RL_GetWindowSize renamed to RL_GetScreenSize.

This commit is contained in:
jussi
2023-02-15 01:10:03 +02:00
parent cf7c480aca
commit 9df23e32b0
20 changed files with 28 additions and 25 deletions

View File

@@ -681,7 +681,7 @@ void luaRegister() {
lua_register( L, "RL_GetMonitorPosition", lcoreGetMonitorPosition );
lua_register( L, "RL_GetMonitorSize", lcoreGetMonitorSize );
lua_register( L, "RL_GetWindowPosition", lcoreGetWindowPosition );
lua_register( L, "RL_GetWindowSize", lcoreGetWindowSize );
lua_register( L, "RL_GetScreenSize", lcoreGetScreenSize );
lua_register( L, "RL_SetWindowState", lcoreSetWindowState );
lua_register( L, "RL_IsWindowState", lcoreIsWindowState );
lua_register( L, "RL_ClearWindowState", lcoreClearWindowState );