project_files/hwc/rtl/GL.h
author antonc27 <antonc27@mail.ru>
Mon, 09 Nov 2015 05:02:53 +0100
branchios-revival
changeset 11327 a0163b8302c5
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
- Fix for wrong footer labels size on autorotation on GameConfig screen

#pragma once

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