project_files/hwc/rtl/GL.h
author unc0rr
Wed, 19 Mar 2014 11:54:09 +0400
changeset 10204 50e52e511300
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
Fix div by zero error in new generator

#pragma once

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