mirror of
https://github.com/Shpoike/Quakespasm.git
synced 2024-11-10 15:31:39 +00:00
* 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:
parent
b65383bf2d
commit
fe05326ae9
1 changed files with 1 additions and 0 deletions
|
@ -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 */
|
||||
|
||||
|
|
Loading…
Reference in a new issue