diff options
| author | Ray <[email protected]> | 2023-03-12 20:14:32 +0100 |
|---|---|---|
| committer | Ray <[email protected]> | 2023-03-12 20:14:32 +0100 |
| commit | 4f38830058ab65a86bc23e30efeb1f5730acbd56 (patch) | |
| tree | aa9a90a405f737206ca18df6536ad82f77a6611c /src/raylib.h | |
| parent | 520ea94de8fdf85af987d9b291fb4bc24259494a (diff) | |
| download | raylib-4f38830058ab65a86bc23e30efeb1f5730acbd56.tar.gz raylib-4f38830058ab65a86bc23e30efeb1f5730acbd56.zip | |
Some tweaks
Diffstat (limited to 'src/raylib.h')
| -rw-r--r-- | src/raylib.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/raylib.h b/src/raylib.h index 9c68807b..4cd9e434 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) |
