project_files/hwc/rtl/GL.h
author sheepluva
Sun, 18 Jan 2015 15:36:36 +0100
changeset 10795 5672d43e8d88
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
fix pas2c (airbomb code: "not" statement in boolean expression was without parentheses)

#pragma once

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