project_files/hwc/rtl/GL.h
author unc0rr
Sun, 09 Feb 2014 00:44:29 +0400
changeset 10124 aabd1b75d5a3
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
Even more explicit type conversions and other stuff to help pas2c use ansistrings

#pragma once

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