This website works better with JavaScript.
Home
Help
Sign In
lolengine
/
lol
mirror of
https://github.com/lolengine/lol
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
osx: use gl3.h instead of gl.h.
legacy
Sam Hocevar
5 years ago
parent
1f45f3acdb
commit
8e3d062bb5
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
src/lolgl.h
+ 2
- 2
src/lolgl.h
View File
@@ -44,8 +44,8 @@
# define MACOS_OPENGL
# define GL_GLEXT_PROTOTYPES
# include <OpenGL/OpenGL.h>
# include <OpenGL/gl.h>
# include <OpenGL/glext.h>
# include <OpenGL/gl
3
.h>
# include <OpenGL/gl
3
ext.h>
# else
# define GL_GLEXT_PROTOTYPES
# include <GL/gl.h>
Write
Preview
Loading…
Cancel
Save