summaryrefslogtreecommitdiff
path: root/include/core.h
diff options
context:
space:
mode:
authorjussi2023-04-06 19:19:44 +0300
committerjussi2023-04-06 19:19:44 +0300
commitfe15e836bd87963d10bd301a3a24652763059e0d (patch)
treea3bd6dbfcadfb3a5ba10a173d443da0595386d19 /include/core.h
parent2526c9732e7ea35bc9ed3e43a4db77b7e6364c5a (diff)
downloadreilua-enhanced-fe15e836bd87963d10bd301a3a24652763059e0d.tar.gz
reilua-enhanced-fe15e836bd87963d10bd301a3a24652763059e0d.tar.bz2
reilua-enhanced-fe15e836bd87963d10bd301a3a24652763059e0d.zip
Switched to Raylib vertion 4.5. Removed some functions and added others. Main changes to camera3D.
Diffstat (limited to 'include/core.h')
-rw-r--r--include/core.h11
1 files changed, 6 insertions, 5 deletions
diff --git a/include/core.h b/include/core.h
index 51a6a25..e7b89bc 100644
--- a/include/core.h
+++ b/include/core.h
@@ -121,11 +121,12 @@ int lcoreGetCamera3DUp( lua_State *L );
int lcoreGetCamera3DFovy( lua_State *L );
int lcoreGetCamera3DProjection( lua_State *L );
int lcoreUpdateCamera3D( lua_State *L );
-int lcoreSetCameraMode( lua_State *L );
-int lcoreSetCameraPanControl( lua_State *L );
-int lcoreSetCameraAltControl( lua_State *L );
-int lcoreSetCameraSmoothZoomControl( lua_State *L );
-int lcoreSetCameraMoveControls( lua_State *L );
+int lcoreUpdateCamera3DPro( lua_State *L );
+// int lcoreSetCameraMode( lua_State *L );
+// int lcoreSetCameraPanControl( lua_State *L );
+// int lcoreSetCameraAltControl( lua_State *L );
+// int lcoreSetCameraSmoothZoomControl( lua_State *L );
+// int lcoreSetCameraMoveControls( lua_State *L );
/* Input-related Keyboard. */
int lcoreIsKeyPressed( lua_State *L );
int lcoreIsKeyDown( lua_State *L );