Include :

- aggiornamento parametri.
This commit is contained in:
Dario Sassi
2019-04-01 06:16:20 +00:00
parent 0b1876f858
commit 5e14689b20
+1
View File
@@ -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) ;