diff options
Diffstat (limited to 'sdl/osx/pacc-gl-inc.h')
-rw-r--r-- | sdl/osx/pacc-gl-inc.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sdl/osx/pacc-gl-inc.h b/sdl/osx/pacc-gl-inc.h new file mode 100644 index 0000000..51bb6bf --- /dev/null +++ b/sdl/osx/pacc-gl-inc.h @@ -0,0 +1,7 @@ + +#include <OpenGL/gl3.h> + +bool loadgl(void) { + return true; +} + |