project_files/hwc/rtl/GL.h
author nemo
Mon, 27 Jan 2014 23:44:28 -0500
changeset 10083 b20f9481e5cb
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
Make highlander configurable using weapons, commit weaponset mimicking old values

#pragma once

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