project_files/hwc/rtl/GL.h
author sheepluva
Thu, 28 Apr 2016 20:28:53 +0200
changeset 11764 54a1ac4123cd
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
merging Wuzzy's empty weaponset for "new" button in weaponset editor

#pragma once

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