project_files/hwc/rtl/GL.h
author koda
Mon, 02 May 2016 22:52:21 -0400
changeset 11796 3127b0fece81
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
Set pas2c switches more cleanly

#pragma once

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