project_files/hwc/rtl/GL.h
author Wuzzy <almikes@aol.com>
Tue, 12 Apr 2016 23:06:49 +0200
changeset 11714 cea5418c1af6
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
Construction Mode: Make weapon names match en.txt

#pragma once

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