diff options
Diffstat (limited to 'src/rlgl.c')
| -rw-r--r-- | src/rlgl.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -32,6 +32,8 @@ #include <stdlib.h> // Declares malloc() and free() for memory management, rand() #include <string.h> // Declares strcmp(), strlen(), strtok() +#include "raymath.h" // Required for Vector3 and Matrix functions + #if defined(GRAPHICS_API_OPENGL_11) #ifdef __APPLE__ // OpenGL include for OSX #include <OpenGL/gl.h> |
