project_files/hwc/rtl/GL.h
author sheepluva
Wed, 13 Aug 2014 13:41:19 +0200
changeset 10380 07ae8fd1d7d4
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
add test I used for bisecting

#pragma once

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