diff options
author | Colin Noga <Tempus@chronometry.ca> | 2013-06-05 12:31:53 -0500 |
---|---|---|
committer | Colin Noga <Tempus@chronometry.ca> | 2013-06-05 12:31:53 -0500 |
commit | 4f8866bed88d7e8e184a285dc855590bc618230e (patch) | |
tree | 15103dca2d355dc8c8d8e7738e121a9b1184f29e /include | |
parent | d8d037539f1e648e34137e6bb96cff47c7861c8d (diff) | |
parent | 53b4cabb097291545b95115a4e430105e9295613 (diff) | |
download | kamek-4f8866bed88d7e8e184a285dc855590bc618230e.tar.gz kamek-4f8866bed88d7e8e184a285dc855590bc618230e.zip |
Merge branch 'level-select' of ssh://treeki.rustedlogic.net:30000/Kamek into level-select
Diffstat (limited to 'include')
-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
|