summaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
authorjussi2024-05-20 17:56:28 +0300
committerjussi2024-05-20 17:56:28 +0300
commitc95c797da61b4b2829d542f6d7c164a88951cad4 (patch)
tree1af6e709ccbb2c15d7799be70ad42b2ab311a734 /include/core.h
parent9edaf7a47b02bd351c400f0c6aec517884449551 (diff)
downloadreilua-enhanced-c95c797da61b4b2829d542f6d7c164a88951cad4.tar.gz
reilua-enhanced-c95c797da61b4b2829d542f6d7c164a88951cad4.tar.bz2
reilua-enhanced-c95c797da61b4b2829d542f6d7c164a88951cad4.zip
GetPlatform.
Diffstat (limited to 'include/core.h')
-rw-r--r--include/core.h1
1 files changed, 1 insertions, 0 deletions
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 );