--- /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 +