project_files/hwc/rtl/GL.h
author sheepluva
Fri, 29 Apr 2016 23:52:44 +0200
changeset 11783 d8a9be46dede
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
koda told me to put the finger in

#pragma once

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