project_files/hwc/rtl/GL.h
author antonc27 <antonc27@mail.ru>
Tue, 01 Mar 2016 14:46:13 +0100
changeset 11592 cf83d9cb5590
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
- Enable CI builds with travis for hw iOS

#pragma once

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