project_files/hwc/rtl/GL.h
author sheepluva
Wed, 11 Nov 2015 21:59:06 +0100
branchsdl2transition
changeset 11358 a91c4c4fd85c
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
add pchar casts to make pas2c happy

#pragma once

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