浏览代码

Merge pull request #590 from pamarcos/fix_rlgl_standalone

Fix rlgl.h to be used as a standalone
Ray 7 年之前
父节点
当前提交
94b0c49f5d
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/rlgl.h

+ 1 - 0
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