diff options
author | James Brown | 2004-01-10 05:20:15 +0000 |
---|---|---|
committer | James Brown | 2004-01-10 05:20:15 +0000 |
commit | 1778b01d765b8290c47324d6befebb9130353973 (patch) | |
tree | 0dfb0c136410c075a4f86a8f51db5c6a9a14499c /common | |
parent | ab7db8fb045d36dfcd1d5eb709c0ccc64298512d (diff) | |
download | scummvm-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.h | 1 |
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(); |