better GL.h (which was needed after all) webgl
authorkoda
Thu, 08 Nov 2012 23:11:40 +0100
branchwebgl
changeset 7991 1e5da73a3149
parent 7989 7ef4ace6335f
child 7993 5b5083dc6837
better GL.h (which was needed after all)
project_files/hwc/rtl/GL.h
--- /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
+