diff options
| author | raysan5 <raysan5@gmail.com> | 2014-11-23 21:58:17 +0100 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2014-11-23 21:58:17 +0100 |
| commit | 7375d0460a8aaeadedf85c7d6313e2cc7d8ba9e9 (patch) | |
| tree | 5a74fb3746b7fd9f3537d77d60c20661814f2477 /src/rlgl.c | |
| parent | 05ccc4fd42a9ff2dfd33f13be29734bb7531d65a (diff) | |
| download | raylib-7375d0460a8aaeadedf85c7d6313e2cc7d8ba9e9.tar.gz raylib-7375d0460a8aaeadedf85c7d6313e2cc7d8ba9e9.zip | |
Updated stb headers
Diffstat (limited to 'src/rlgl.c')
| -rw-r--r-- | src/rlgl.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -33,6 +33,7 @@ #if defined(GRAPHICS_API_OPENGL_11) #include <GL/gl.h> // Basic OpenGL include + //#include <OpenGL/gl.h> // Basic OpenGL include (OSX) #endif #if defined(GRAPHICS_API_OPENGL_33) |
