project_files/hwc/rtl/GL.h
author unc0rr
Sun, 19 Jan 2014 23:57:52 +0400
branchwebgl
changeset 9986 72f2bc996934
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
ifdef for now

#pragma once

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