project_files/hwc/rtl/GL.h
author Wuzzy <almikes@aol.com>
Wed, 13 Apr 2016 00:49:34 +0200
changeset 11724 9fea4e2dceaa
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
Throw away legacy Construction Mode code which is never actually used

#pragma once

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