project_files/hwc/rtl/GL.h
author sheepluva
Thu, 11 Dec 2014 17:50:05 +0100
changeset 10660 79fa79c77c38
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
fix size of PtrInt. enable tests for pas2c (all passing now)

#pragma once

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