diff options
author | Treeki <treeki@gmail.com> | 2013-06-05 16:20:37 +0200 |
---|---|---|
committer | Treeki <treeki@gmail.com> | 2013-06-05 16:20:37 +0200 |
commit | 53b4cabb097291545b95115a4e430105e9295613 (patch) | |
tree | 95effc118f8f90a2c2efb10c218937d6985f281b /include/common.h | |
parent | e33d76475bc5326d608e74421c8e3a40ae0f4e2e (diff) | |
download | kamek-53b4cabb097291545b95115a4e430105e9295613.tar.gz kamek-53b4cabb097291545b95115a4e430105e9295613.zip |
commented Yoshi bug debugging stuff, plus the fix
Diffstat (limited to '')
-rw-r--r-- | include/common.h | 4 |
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
|