Skip to content
Snippets Groups Projects
Commit b5b74745 authored by DarkGod's avatar DarkGod
Browse files

make it compile on newer stuff

parent 5874817e
No related branches found
No related tags found
No related merge requests found
#ifdef __APPLE__
#include <OpenGL/gl.h>
#include <OpenGL/glu.h>
#include <OpenGL/glext.h>
// #include <OpenGL/glext.h>
#else
#ifdef _WIN32
#include <windows.h>
......@@ -9,7 +9,7 @@
#include <GL/gl.h>
#include <GL/glu.h>
#ifndef _WIN32
#include <GL/glext.h>
// #include <GL/glext.h>
#endif
#endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment