project_files/hwc/rtl/GL.h
author sheepluva
Sat, 23 Apr 2016 12:08:23 +0200
changeset 11675 8efe91eae41e
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
merge commit by Wuzzy that allows various drop down lists to display more items at a time, if possible

#pragma once

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