Include :
- aggiornamento.
This commit is contained in:
@@ -39,6 +39,7 @@ EIN_EXPORT BOOL __stdcall EgtSetFont( const wchar_t* wsNfeFontDir, const wchar_t
|
||||
EIN_EXPORT BOOL __stdcall EgtGetNfeFontDir( wchar_t*& wsNfeFontDir) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtGetDefaultFont( wchar_t*& wsDefaultFont) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSetLuaLibs( const wchar_t* wsLuaLibsDir) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSetIniFile( const wchar_t* wsIniFile) ;
|
||||
EIN_EXPORT BOOL __stdcall EgtSetCommandLogger( const wchar_t* wsLogFile) ;
|
||||
EIN_EXPORT void __stdcall EgtEnableCommandLogger( void) ;
|
||||
EIN_EXPORT void __stdcall EgtDisableCommandLogger( void) ;
|
||||
|
||||
@@ -41,6 +41,7 @@ EXE_EXPORT bool ExeSetFont( const std::string& sNfeFontDir, const std::string& s
|
||||
EXE_EXPORT bool ExeGetNfeFontDir( std::string& sNfeFontDir) ;
|
||||
EXE_EXPORT bool ExeGetDefaultFont( std::string& sDefaultFont) ;
|
||||
EXE_EXPORT bool ExeSetLuaLibs( const std::string& sLuaLibsDir) ;
|
||||
EXE_EXPORT bool ExeSetIniFile( const std::string& sIniFile) ;
|
||||
EXE_EXPORT bool ExeSetCommandLogger( const std::string& sLogFile) ;
|
||||
EXE_EXPORT bool ExeEnableCommandLogger( void) ;
|
||||
EXE_EXPORT bool ExeDisableCommandLogger( void) ;
|
||||
|
||||
Reference in New Issue
Block a user