GetPlatform.

This commit is contained in:
jussi
2024-05-20 17:56:28 +03:00
parent 9edaf7a47b
commit c95c797da6
6 changed files with 41 additions and 0 deletions

View File

@@ -1378,6 +1378,7 @@ void luaRegister() {
assingGlobalFunction( "OpenURL", lcoreOpenURL );
assingGlobalFunction( "IsGCUnloadEnabled", lcoreIsGCUnloadEnabled );
assingGlobalFunction( "SetGCUnload", lcoreSetGCUnload );
assingGlobalFunction( "GetPlatform", lcoreGetPlatform );
/* Files management functions. */
assingGlobalFunction( "LoadFileData", lcoreLoadFileData );
assingGlobalFunction( "SaveFileData", lcoreSaveFileData );