project_files/hwc/rtl/GL.h
author sheepluva
Sat, 29 Nov 2014 05:24:47 +0100
changeset 10566 cc90ea6448c7
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
map halt(t) to exit(t) rather than assert(0). all test cases except gravity pass with pas2c now

#pragma once

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