project_files/hwc/rtl/GL.h
author sheepluva
Mon, 25 Apr 2016 21:12:34 +0200
changeset 11705 ea1097d7bd27
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
"divided teams" modifier will now work with more than 2 teams!

#pragma once

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