project_files/hwc/rtl/GL.h
author unc0rr
Mon, 10 Feb 2014 00:43:03 +0400
changeset 10127 7f29a65aa1e4
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
It compiles \o/ Doesn't link yet though, need to implement new rtl functions

#pragma once

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