project_files/hwc/rtl/GL.h
author sheepluva
Sun, 10 Jan 2016 21:14:06 +0100
changeset 11493 62da13a15aff
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
merge Wuzzy's bluehogfix bookmark. note: there might be a cleaner fix...

#pragma once

#ifdef __APPLE__
#include <OpenGL/gl.h>
#else
#include "GL/gl.h"
#endif