debug.h
changeset 1847 d94ed71b61e7
parent 1678 187385f01cc9
child 2008 cdb444f6d43c
--- a/debug.h	Thu May 19 17:40:26 2005 +0000
+++ b/debug.h	Fri May 20 17:59:24 2005 +0000
@@ -20,5 +20,6 @@
 void CDECL debug(const char *s, ...);
 
 void SetDebugString(const char *s);
+const char *GetDebugString(void);
 
 #endif