Fix rlgl.h to be used as a standalone
This commit is contained in:
parent
184e6de775
commit
8d134edaf7
1 changed files with 1 additions and 0 deletions
|
@ -66,6 +66,7 @@
|
||||||
|
|
||||||
#if defined(RLGL_STANDALONE)
|
#if defined(RLGL_STANDALONE)
|
||||||
#define RAYMATH_STANDALONE
|
#define RAYMATH_STANDALONE
|
||||||
|
#define RAYMATH_HEADER_ONLY
|
||||||
#else
|
#else
|
||||||
#include "raylib.h" // Required for: Model, Shader, Texture2D, TraceLog()
|
#include "raylib.h" // Required for: Model, Shader, Texture2D, TraceLog()
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue