project_files/hwc/rtl/GL.h
author caf2 <florian.evaldsson@telia.com>
Mon, 25 May 2015 13:53:12 +0200
changeset 10956 80c3314f8123
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
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