EgtUILib 2.4h4 :
- aggiunto prototipo per EgtLuaExistsFunction.
This commit is contained in:
@@ -152,6 +152,13 @@ __stdcall EgtLuaResetGlobVar( const wchar_t* wsVar)
|
||||
return ( ExeLuaResetGlobVar( wstrztoA( wsVar)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtLuaExistsFunction( const wchar_t* wsFun)
|
||||
{
|
||||
return ( ExeLuaExistsFunction( wstrztoA( wsFun)) ? TRUE : FALSE) ;
|
||||
}
|
||||
|
||||
//-----------------------------------------------------------------------------
|
||||
BOOL
|
||||
__stdcall EgtLuaCallFunction( const wchar_t* wsFun)
|
||||
|
||||
Reference in New Issue
Block a user