aboutsummaryrefslogtreecommitdiff
path: root/sdl/osx/pacc-gl-inc.h
diff options
context:
space:
mode:
Diffstat (limited to 'sdl/osx/pacc-gl-inc.h')
-rw-r--r--sdl/osx/pacc-gl-inc.h7
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;
+}
+