summaryrefslogtreecommitdiff
path: root/src/gamelog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gamelog.h')
-rw-r--r--src/gamelog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gamelog.h b/src/gamelog.h
index 418ec1ee4..acf97c7ea 100644
--- a/src/gamelog.h
+++ b/src/gamelog.h
@@ -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();