diff options
Diffstat (limited to 'common/util.h')
-rw-r--r-- | common/util.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/common/util.h b/common/util.h index bb93ea8789..5f6088f176 100644 --- a/common/util.h +++ b/common/util.h @@ -272,10 +272,10 @@ void CDECL warning(const char *s, ...) GCC_PRINTF(1, 2); void CDECL debug(int level, const char *s, ...) GCC_PRINTF(2, 3); void CDECL debug(const char *s, ...) GCC_PRINTF(1, 2); void CDECL debugN(int level, const char *s, ...) GCC_PRINTF(2, 3); -void checkHeap(); - void CDECL debugC(int level, uint32 engine_level, const char *s, ...) GCC_PRINTF(3, 4); +void checkHeap(); + extern int gDebugLevel; |