project_files/hwc/rtl/GL.h
author unc0rr
Fri, 28 Feb 2014 13:55:16 +0400
changeset 10164 0570d4b22187
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
AI doesn't skip till action on the map stops (mostly dedicated to highlander) + various small tweaks

#pragma once

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