aboutsummaryrefslogtreecommitdiff
path: root/common
diff options
context:
space:
mode:
authorEugene Sandulenko2006-01-29 02:44:30 +0000
committerEugene Sandulenko2006-01-29 02:44:30 +0000
commit052a42f89fe86fa51bd4c11736f4056fbb3e801e (patch)
treed9044f46dded6743a9936090211d834f569c100b /common
parent011d75621d16515a99c3c39a675338e19cd7da85 (diff)
downloadscummvm-rg350-052a42f89fe86fa51bd4c11736f4056fbb3e801e.tar.gz
scummvm-rg350-052a42f89fe86fa51bd4c11736f4056fbb3e801e.tar.bz2
scummvm-rg350-052a42f89fe86fa51bd4c11736f4056fbb3e801e.zip
Added new debugN() function which doesn't append newline.
svn-id: r20285
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 05c1520513..cd97363376 100644
--- a/common/util.h
+++ b/common/util.h
@@ -209,6 +209,7 @@ void CDECL warning(const char *s, ...);
void CDECL debug(int level, const char *s, ...);
void CDECL debug(const char *s, ...);
+void CDECL debugN(int level, const char *s, ...);
void checkHeap();
extern int gDebugLevel;