(svn r13727) -Fix (r13375): compilation with NO_DEBUG_MESSAGES was broken

This commit is contained in:
smatz
2008-07-18 12:11:46 +00:00
parent 632e2059b9
commit 8fb9f600c8
5 changed files with 16 additions and 7 deletions

View File

@@ -25,7 +25,7 @@ void GamelogReset();
typedef void GamelogPrintProc(const char *s);
void GamelogPrint(GamelogPrintProc *proc); // needed for WIN32 / WINCE crash.log
void GamelogPrintDebug();
void GamelogPrintDebug(int level);
void GamelogPrintConsole();
void GamelogRevision();