project_files/hwc/rtl/GL.h
author sheepluva
Wed, 05 Mar 2014 12:38:01 +0100
changeset 10178 949b51ca18c6
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
don't stack bye/teleport sounds of hogs (when a team is gone)

#pragma once

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