project_files/hwc/rtl/GL.h
author sheepluva
Thu, 02 Oct 2014 00:06:59 +0200
changeset 10419 e19a864e2fab
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
some more splash code tweaking/fixing

#pragma once

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