浏览代码
Merge pull request #590 from pamarcos/fix_rlgl_standalone
Fix rlgl.h to be used as a standalone
pull/591/head
Ray
7 年前
committed by
GitHub
找不到此签名对应的密钥
GPG 密钥 ID: 4AEE18F83AFDEB23
共有
1 个文件被更改,包括
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 |
|
|
|