Merge pull request #590 from pamarcos/fix_rlgl_standalone

Fix rlgl.h to be used as a standalone
This commit is contained in:
Ray
2018-07-25 11:10:04 +02:00
committed by GitHub

View File

@@ -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