project_files/hwc/rtl/GL.h
author koda
Thu, 04 Apr 2013 01:38:30 +0200
branchwebgl
changeset 8850 ae8a957c69fd
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
engine to c now compiles with some manual intervention (as of bug #596)

#pragma once

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