From c95c797da61b4b2829d542f6d7c164a88951cad4 Mon Sep 17 00:00:00 2001 From: jussi Date: Mon, 20 May 2024 17:56:28 +0300 Subject: GetPlatform. --- include/core.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/core.h b/include/core.h index 11a8d2a..d72fdb9 100644 --- a/include/core.h +++ b/include/core.h @@ -114,6 +114,7 @@ int lcoreGetLogLevelInvalid( lua_State* L ); int lcoreOpenURL( lua_State* L ); int lcoreIsGCUnloadEnabled( lua_State* L ); int lcoreSetGCUnload( lua_State* L ); +int lcoreGetPlatform( lua_State* L ); /* Files management functions. */ int lcoreLoadFileData( lua_State* L ); int lcoreSaveFileData( lua_State* L ); -- cgit v1.2.3