diff --git a/examples/models/models_loading_m3d.c b/examples/models/models_loading_m3d.c index 42d3416de..18c8e1afc 100644 --- a/examples/models/models_loading_m3d.c +++ b/examples/models/models_loading_m3d.c @@ -2,7 +2,7 @@ * * raylib [models] example - Load models M3D * -* Example originally created with raylib 4.5-dev, last time updated with raylib 4.5-dev +* Example originally created with raylib 4.5, last time updated with raylib 4.5 * * Example contributed by bzt (@bztsrc) and reviewed by Ramon Santamaria (@raysan5) * diff --git a/examples/textures/textures_textured_curve.c b/examples/textures/textures_textured_curve.c index 7945d8e32..3c2f0606a 100644 --- a/examples/textures/textures_textured_curve.c +++ b/examples/textures/textures_textured_curve.c @@ -2,7 +2,7 @@ * * raylib [textures] example - Draw a texture along a segmented curve * -* Example originally created with raylib 4.5-dev +* Example originally created with raylib 4.5, last time updated with raylib 4.5 * * Example contributed by Jeffery Myers and reviewed by Ramon Santamaria (@raysan5) * diff --git a/src/raylib.dll.rc.data b/src/raylib.dll.rc.data index 729c45ddf..d506b8d28 100644 Binary files a/src/raylib.dll.rc.data and b/src/raylib.dll.rc.data differ diff --git a/src/raylib.h b/src/raylib.h index 9c68807b9..4cd9e4349 100644 --- a/src/raylib.h +++ b/src/raylib.h @@ -1158,6 +1158,7 @@ RLAPI float GetGesturePinchAngle(void); // Get gesture pinch ang // Camera System Functions (Module: rcamera) //------------------------------------------------------------------------------------ RLAPI void UpdateCamera(Camera *camera, int mode); // Update camera position for selected mode +RLAPI void UpdateCameraPro(Camera *camera, Vector3 movement, Vector3 rotation, float zoom); // Update camera movement/rotation //------------------------------------------------------------------------------------ // Basic Shapes Drawing Functions (Module: shapes) diff --git a/src/raylib.rc.data b/src/raylib.rc.data index e44f566d4..7a86e26ba 100644 Binary files a/src/raylib.rc.data and b/src/raylib.rc.data differ