project_files/hwc/rtl/GL.h
author nemo
Wed, 02 Sep 2015 11:55:37 -0400
changeset 11067 c632b47b8ff0
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
Trying to get these scripts to behave properly, still WIP though.

#pragma once

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