project_files/hwc/rtl/GL.h
author koda
Wed, 20 Apr 2016 23:49:37 -0400
changeset 11660 e15eb10f1703
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
Work around emscripten not finding math.h

#pragma once

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