From 5e14689b20fb705fdba4158e78dd6c156139480e Mon Sep 17 00:00:00 2001 From: Dario Sassi Date: Mon, 1 Apr 2019 06:16:20 +0000 Subject: [PATCH] Include : - aggiornamento parametri. --- EXeExecutor.h | 1 + 1 file changed, 1 insertion(+) 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) ;