project_files/hwc/rtl/GL.h
author sheepluva
Sun, 10 Jan 2016 12:59:03 +0100
changeset 11485 e5bc40acdfaa
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
Justyouwait.ogg wasn't installed on case-sensitive systems, due to a case typo in the CMakeLists. Thanks to TheMadCharles and Wuzzy for noticing.

#pragma once

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