This website works better with JavaScript.
Home
Explore
Help
Sign In
Archivist
/
raylib-src
mirror of
https://github.com/raysan5/raylib
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
24
Wiki
Activity
Browse Source
Merge pull request
#590
from pamarcos/fix_rlgl_standalone
Fix rlgl.h to be used as a standalone
pull/591/head
Ray
7 years ago
committed by
GitHub
parent
184e6de775
8d134edaf7
commit
94b0c49f5d
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/rlgl.h
+ 1
- 0
src/rlgl.h
View File
@ -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
Write
Preview
Loading…
Cancel
Save