project_files/hwc/rtl/GL.h
author unc0rr
Sat, 28 Jun 2014 14:51:45 +0400
changeset 10343 fe9853dea6c4
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
Finish implementation of ability to take control over your team after being disconnected. Completely untested.

#pragma once

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