project_files/hwc/rtl/GL.h
author antonc27 <antonc27@mail.ru>
Sun, 06 Sep 2015 04:30:30 +0200
branchios-revival
changeset 11146 f5e552f97eda
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
- Fixes for cropped background image on iPhone

#pragma once

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