project_files/hwc/rtl/GL.h
author sheepluva
Wed, 11 Nov 2015 23:29:49 +0100
branchsdl2transition
changeset 11368 c481d087f653
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
cmake tweaks. make pas2c build with sdl2 (keycodes or something still missing)

#pragma once

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