diff --git a/EXeExecutor.h b/EXeExecutor.h index 71209ff..9210b73 100644 --- a/EXeExecutor.h +++ b/EXeExecutor.h @@ -37,6 +37,7 @@ class LuaMgr ; // General EXE_EXPORT bool ExeInit( int nDebug, const std::string& sLogFile, const std::string& sLogMsg) ; EXE_EXPORT bool ExeExit( void) ; +EXE_EXPORT int ExeGetDebugLevel( void) ; EXE_EXPORT bool ExeSetKey( const std::string& sKey) ; EXE_EXPORT bool ExeSetFont( const std::string& sNfeFontDir, const std::string& sDefaultFont) ; EXE_EXPORT bool ExeGetNfeFontDir( std::string& sNfeFontDir) ;