summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorjussi2023-02-15 01:10:03 +0200
committerjussi2023-02-15 01:10:03 +0200
commit9df23e32b02167dd41c8b5c25b852717163dfeda (patch)
tree5e78bba46f30a7de33ff3cc67cbda2bb465a4742 /include
parentcf7c480aca8e24c62e6563e96a1bb4636a1ac81f (diff)
downloadreilua-enhanced-9df23e32b02167dd41c8b5c25b852717163dfeda.tar.gz
reilua-enhanced-9df23e32b02167dd41c8b5c25b852717163dfeda.tar.bz2
reilua-enhanced-9df23e32b02167dd41c8b5c25b852717163dfeda.zip
RL_GetWindowSize renamed to RL_GetScreenSize.
Diffstat (limited to 'include')
-rw-r--r--include/core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/core.h b/include/core.h
index 3c2cb65..5c60894 100644
--- a/include/core.h
+++ b/include/core.h
@@ -17,7 +17,7 @@ int lcoreSetWindowMinSize( lua_State *L );
int lcoreGetMonitorPosition( lua_State *L );
int lcoreGetMonitorSize( lua_State *L );
int lcoreGetWindowPosition( lua_State *L );
-int lcoreGetWindowSize( lua_State *L );
+int lcoreGetScreenSize( lua_State *L );
int lcoreSetWindowState( lua_State *L );
int lcoreIsWindowState( lua_State *L );
int lcoreClearWindowState( lua_State *L );