project_files/hwc/rtl/GL.h
author sheepluva <sheepluva@users.noreply.github.com>
Mon, 25 May 2015 14:26:54 +0200
changeset 10958 4a1a3ba5ebaf
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
Merge pull request #34 from CaF2/master Changed to continental supplies from the DLC, because its better :P

#pragma once

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