summaryrefslogtreecommitdiff
path: root/debug.h
diff options
context:
space:
mode:
Diffstat (limited to 'debug.h')
-rw-r--r--debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/debug.h b/debug.h
index b11b3afa8..44237feca 100644
--- a/debug.h
+++ b/debug.h
@@ -20,5 +20,6 @@
void CDECL debug(const char *s, ...);
void SetDebugString(const char *s);
+const char *GetDebugString(void);
#endif