aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorJames Brown2004-01-10 05:20:15 +0000
committerJames Brown2004-01-10 05:20:15 +0000
commit1778b01d765b8290c47324d6befebb9130353973 (patch)
tree0dfb0c136410c075a4f86a8f51db5c6a9a14499c /common
parentab7db8fb045d36dfcd1d5eb709c0ccc64298512d (diff)
downloadscummvm-rg350-1778b01d765b8290c47324d6befebb9130353973.tar.gz
scummvm-rg350-1778b01d765b8290c47324d6befebb9130353973.tar.bz2
scummvm-rg350-1778b01d765b8290c47324d6befebb9130353973.zip
Start of debug channel support. TODO: Move this to the common Debugger system?
svn-id: r12289
Diffstat (limited to 'common')
-rw-r--r--common/util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/common/util.h b/common/util.h
index ffd77e3252..9e103f1229 100644
--- a/common/util.h
+++ b/common/util.h
@@ -164,6 +164,7 @@ void CDECL NORETURN error(const char *s, ...);
void CDECL warning(const char *s, ...);
void CDECL debug(int level, const char *s, ...);
+void CDECL debug(const char *s, ...);
void checkHeap();