mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-27 06:35:04 +00:00
Wrapped this up as explicitly only the Mac thing to do.
This commit is contained in:
parent
bf5747f83e
commit
68da673a95
@ -10,7 +10,12 @@
|
||||
#define OpenGL_h
|
||||
|
||||
// TODO: figure out correct include paths for other platforms.
|
||||
#include <OpenGL/OpenGL.h>
|
||||
#include <OpenGL/gl3.h>
|
||||
#ifdef __APPLE__
|
||||
#if TARGET_OS_IPHONE
|
||||
#else
|
||||
#include <OpenGL/OpenGL.h>
|
||||
#include <OpenGL/gl3.h>
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif /* OpenGL_h */
|
||||
|
Loading…
x
Reference in New Issue
Block a user