project_files/hwc/rtl/GL.h
author antonc27 <antonc27@mail.ru>
Thu, 10 Sep 2015 01:31:52 +0200
branchios-revival
changeset 11147 f9c460720e02
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
- First attempt to fix crashes on loading 'Styles'

#pragma once

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