project_files/hwc/rtl/GL.h
author nemo
Wed, 18 Nov 2015 14:12:15 -0500
changeset 11417 c19f2387d24f
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
Add a few more lua things to the changelog

#pragma once

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