summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2013-06-05 16:20:37 +0200
committerTreeki <treeki@gmail.com>2013-06-05 16:20:37 +0200
commit53b4cabb097291545b95115a4e430105e9295613 (patch)
tree95effc118f8f90a2c2efb10c218937d6985f281b /include/common.h
parente33d76475bc5326d608e74421c8e3a40ae0f4e2e (diff)
downloadkamek-53b4cabb097291545b95115a4e430105e9295613.tar.gz
kamek-53b4cabb097291545b95115a4e430105e9295613.zip
commented Yoshi bug debugging stuff, plus the fix
Diffstat (limited to '')
-rw-r--r--include/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/common.h b/include/common.h
index e45f733..b002dca 100644
--- a/include/common.h
+++ b/include/common.h
@@ -161,5 +161,9 @@ static inline BOOL CXIsFinishedUncompLH( const CXUncompContextLH *context )
return (context->destCount > 0 || context->headerSize > 0)? FALSE : TRUE;
}
+namespace nw4r { namespace db {
+ void Exception_Printf_(const char *msg, ...);
+}}
+
#endif