EgtInterface 1.8b3 :
- aggiunta interfaccia per EgtSetIniFile.
This commit is contained in:
@@ -86,6 +86,13 @@ __stdcall EgtSetLuaLibs( const wchar_t* wsLuaLibsDir)
|
||||
return ( ExeSetLuaLibs( wstrztoA( wsLuaLibsDir)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetIniFile( const wchar_t* wsIniFile)
|
||||
{
|
||||
return ( ExeSetIniFile( wstrztoA( wsIniFile)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtSetCommandLogger( const wchar_t* wsLogFile)
|
||||
|
||||
Reference in New Issue
Block a user