# HG changeset patch # User koda # Date 1352412700 -3600 # Node ID 1e5da73a3149eae9dd65a97c0231cc995612cc4c # Parent 7ef4ace6335fc56c1def32f6c84e0b843f300785 better GL.h (which was needed after all) diff -r 7ef4ace6335f -r 1e5da73a3149 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 +#else +#include "GL/gl.h" +#endif +