summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/rlgl.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rlgl.h b/src/rlgl.h
index 87132991..d3b916ea 100644
--- a/src/rlgl.h
+++ b/src/rlgl.h
@@ -66,6 +66,7 @@
#if defined(RLGL_STANDALONE)
#define RAYMATH_STANDALONE
+ #define RAYMATH_HEADER_ONLY
#else
#include "raylib.h" // Required for: Model, Shader, Texture2D, TraceLog()
#endif