project_files/hwc/rtl/GL.h
author nemo
Sat, 01 Feb 2014 22:03:22 -0500
changeset 10096 51d6b80ba43c
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
don't allow getting 2nd copy of wep you already have, prevent gaining banned weps even if set to infinite in scheme.

#pragma once

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