summaryrefslogtreecommitdiff
path: root/include/common.h
diff options
context:
space:
mode:
authorColin Noga <Tempus@chronometry.ca>2013-06-05 12:31:53 -0500
committerColin Noga <Tempus@chronometry.ca>2013-06-05 12:31:53 -0500
commit4f8866bed88d7e8e184a285dc855590bc618230e (patch)
tree15103dca2d355dc8c8d8e7738e121a9b1184f29e /include/common.h
parentd8d037539f1e648e34137e6bb96cff47c7861c8d (diff)
parent53b4cabb097291545b95115a4e430105e9295613 (diff)
downloadkamek-4f8866bed88d7e8e184a285dc855590bc618230e.tar.gz
kamek-4f8866bed88d7e8e184a285dc855590bc618230e.zip
Merge branch 'level-select' of ssh://treeki.rustedlogic.net:30000/Kamek into level-select
Diffstat (limited to 'include/common.h')
-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