project_files/hwc/rtl/GL.h
author nemo
Thu, 30 Jul 2015 16:28:35 -0400
changeset 11030 2ef7700c25e9
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
darken and blur the cupcake a bit so that people stop trying to teleport on it

#pragma once

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