Reviewed rcamera/rgestures file-macros for consistency #3161

This commit is contained in:
Ray 2023-07-10 19:13:44 +02:00
parent 334e96d470
commit 0b9fae3c53
4 changed files with 24 additions and 24 deletions

View file

@ -124,12 +124,12 @@
#include "raymath.h" // Vector3, Quaternion and Matrix functionality
#if defined(SUPPORT_GESTURES_SYSTEM)
#define GESTURES_IMPLEMENTATION
#define RGESTURES_IMPLEMENTATION
#include "rgestures.h" // Gestures detection functionality
#endif
#if defined(SUPPORT_CAMERA_SYSTEM)
#define CAMERA_IMPLEMENTATION
#define RCAMERA_IMPLEMENTATION
#include "rcamera.h" // Camera system functionality
#endif