project_files/hwc/rtl/GL.h
author nemo
Sat, 15 Nov 2014 09:38:51 -0500
changeset 10500 585a33f2d105
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
oups

#pragma once

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