project_files/hwc/rtl/GL.h
branchwebgl
changeset 7991 1e5da73a3149
child 11793 80fe306460b2
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/project_files/hwc/rtl/GL.h	Thu Nov 08 23:11:40 2012 +0100
@@ -0,0 +1,8 @@
+#pragma once
+
+#ifdef __APPLE__
+#include <OpenGL/gl.h>
+#else
+#include "GL/gl.h"
+#endif
+