project_files/hwc/rtl/GL.h
author koda
Wed, 20 Apr 2016 14:46:04 -0400
changeset 11654 870f22de388b
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
Add support for compiling C engine with emscripten

#pragma once

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