project_files/hwc/rtl/GL.h
author nemo
Wed, 12 Mar 2014 22:40:49 -0400
changeset 10193 d7cd5b43588f
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
By request. Allow lua to make random things "talk". I'm not sure if this is a good idea, buuuut.

#pragma once

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