project_files/hwc/rtl/GL.h
author unc0rr
Sun, 29 Jun 2014 22:50:21 +0400
changeset 10344 cceabf9628bb
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
Fix issues with unsynced F and G messages being lost if current team which is supposed to convert them to synced f/g quits

#pragma once

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