project_files/hwc/rtl/GL.h
author antonc27 <antonc27@mail.ru>
Sat, 15 Aug 2015 20:49:06 +0200
branchios-revival
changeset 11134 41cfa8edf02f
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
Merge with ios-rus-localization

#pragma once

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