project_files/hwc/rtl/GL.h
author antonc27 <antonc27@mail.ru>
Fri, 30 Oct 2015 23:06:25 +0100
branchios-revival
changeset 11265 ce5f1b547a67
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
- Return of stereo sound for mobile! - 'Justyouwait' voice sound not skipped anymore

#pragma once

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