* console.h (Con_DebugLog): Add prototype.

git-svn-id: http://svn.code.sf.net/p/quakespasm/code/trunk/quakespasm@224 af15c1b1-3010-417e-b628-4374ebc0bcbd
This commit is contained in:
sezero 2010-06-22 11:02:13 +00:00
parent b65383bf2d
commit fe05326ae9

View file

@ -64,6 +64,7 @@ void Con_LogCenterPrint (const char *str);
//
void LOG_Init (quakeparms_t *parms);
void LOG_Close (void);
void Con_DebugLog (const char *msg);
#endif /* __CONSOLE_H */