project_files/hwc/rtl/GL.h
author koda
Thu, 04 Apr 2013 02:07:06 +0200
branchwebgl
changeset 8853 ef59a44a9f08
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
and now engine in c links too (with more manual intervention as of issue #596)

#pragma once

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