From 53b4cabb097291545b95115a4e430105e9295613 Mon Sep 17 00:00:00 2001 From: Treeki Date: Wed, 5 Jun 2013 16:20:37 +0200 Subject: commented Yoshi bug debugging stuff, plus the fix --- include/common.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') 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 -- cgit v1.2.3