(svn r2352) - Feature: add the possibility to print out the current debug-level

This commit is contained in:
Darkvater
2005-05-20 17:59:24 +00:00
parent 1ab7238c15
commit 519c4161d5
3 changed files with 49 additions and 22 deletions

View File

@@ -20,5 +20,6 @@
void CDECL debug(const char *s, ...);
void SetDebugString(const char *s);
const char *GetDebugString(void);
#endif