project_files/hwc/rtl/GL.h
author sheepluva
Fri, 13 Jun 2014 14:55:06 +0200
changeset 10297 e5ed72b40c57
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
fix pas2c build for real this time...

#pragma once

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