project_files/hwc/rtl/GL.h
author antonc27 <antonc27@mail.ru>
Sun, 20 Sep 2015 03:02:21 +0200
branchios-revival
changeset 11190 d77ffd68e1cd
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
- 'Shoppa Pro' ammo set added to iOS front-end

#pragma once

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