aboutsummaryrefslogtreecommitdiff
path: root/src/rlgl.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/rlgl.h')
-rw-r--r--src/rlgl.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 7d50b67a..1a5260eb 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -36,7 +36,11 @@
#include "utils.h" // Required for function TraceLog()
#endif
-#include "raymath.h"
+#ifdef RLGL_STANDALONE
+ #define RAYMATH_STANDALONE
+#endif
+
+#include "raymath.h" // Required for types: Vector3, Matrix
// Select desired OpenGL version
// NOTE: Those preprocessor defines are only used on rlgl module,