mirror of
https://bitbucket.org/mfeemster/fractorium.git
synced 2025-06-30 13:26:02 -04:00
Fix opengl header inclusion on osx
This commit is contained in:
@ -11,9 +11,11 @@
|
||||
#include "Timing.h"
|
||||
#include "Renderer.h"
|
||||
|
||||
#ifdef _WIN32
|
||||
#if defined(_WIN32)
|
||||
#include <windows.h>
|
||||
#include <SDKDDKVer.h>
|
||||
#elif defined(__APPLE__)
|
||||
#include <OpenGL/gl.h>
|
||||
#else
|
||||
#include "GL/glx.h"
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user