diff options
| author | raysan5 <raysan5@gmail.com> | 2016-06-07 18:57:20 +0200 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2016-06-07 18:57:20 +0200 |
| commit | 058af472ea68d0e18e46a44bd0bd44445aa4587b (patch) | |
| tree | c8d30431c7c65e2b764c59d45556f60537b5b387 /src/rlgl.c | |
| parent | 3d5a4081775633a3b13b04b0a594059b3e3b494e (diff) | |
| download | raylib-058af472ea68d0e18e46a44bd0bd44445aa4587b.tar.gz raylib-058af472ea68d0e18e46a44bd0bd44445aa4587b.zip | |
Converted GLAD to header only
Diffstat (limited to 'src/rlgl.c')
| -rw-r--r-- | src/rlgl.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -48,7 +48,8 @@ #ifdef __APPLE__ #include <OpenGL/gl3.h> // OpenGL 3 library for OSX #else - #include "external/glad.h" // GLAD library, includes OpenGL headers + #define GLAD_IMPLEMENTATION + #include "external/glad.h" // GLAD extensions loading library, includes OpenGL headers #endif #endif |
