project_files/hwc/rtl/GL.h
author sheepluva <sheepluva@users.noreply.github.com>
Mon, 05 Jan 2015 14:02:27 +0100
changeset 10761 fc37b9df2b03
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
Merge pull request #24 from LocutusOfBorg/update-travis travis adjustments by LocutusOfBorg

#pragma once

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