project_files/hwc/rtl/GL.h
author antonc27 <antonc27@mail.ru>
Sun, 09 Aug 2015 15:38:00 +0200
branchios-revival
changeset 11100 c348a8afff6e
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
- Resolves problem with wrong path to chef hat on iOS

#pragma once

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