EgtUILib 2.4h4 :

- aggiunto prototipo per EgtLuaExistsFunction.
This commit is contained in:
DarioS
2022-08-29 07:25:19 +02:00
parent e166041ad2
commit 2bf7ca5c3f
2 changed files with 7 additions and 0 deletions
+7
View File
@@ -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)