summaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authorRay <[email protected]>2018-07-25 11:10:04 +0200
committerGitHub <[email protected]>2018-07-25 11:10:04 +0200
commit94b0c49f5de7811912068de2442d6b998b7fb11d (patch)
tree6bfa3a771d8a37ff86e5d4724ac947e1963adce2 /src
parent184e6de775631d5bacd5cbff99f2b8ef1260e16e (diff)
parent8d134edaf7fe0739a481eb54e769b062ab6ab551 (diff)
downloadraylib-94b0c49f5de7811912068de2442d6b998b7fb11d.tar.gz
raylib-94b0c49f5de7811912068de2442d6b998b7fb11d.zip
Merge pull request #590 from pamarcos/fix_rlgl_standalone
Fix rlgl.h to be used as a standalone
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