diff options
| author | jussi | 2023-02-15 01:10:03 +0200 |
|---|---|---|
| committer | jussi | 2023-02-15 01:10:03 +0200 |
| commit | 9df23e32b02167dd41c8b5c25b852717163dfeda (patch) | |
| tree | 5e78bba46f30a7de33ff3cc67cbda2bb465a4742 /include/core.h | |
| parent | cf7c480aca8e24c62e6563e96a1bb4636a1ac81f (diff) | |
| download | reilua-enhanced-9df23e32b02167dd41c8b5c25b852717163dfeda.tar.gz reilua-enhanced-9df23e32b02167dd41c8b5c25b852717163dfeda.tar.bz2 reilua-enhanced-9df23e32b02167dd41c8b5c25b852717163dfeda.zip | |
RL_GetWindowSize renamed to RL_GetScreenSize.
Diffstat (limited to 'include/core.h')
| -rw-r--r-- | include/core.h | 2 |
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 ); |
