project_files/hwc/rtl/GL.h
author antonc27 <antonc27@mail.ru>
Thu, 10 Sep 2015 01:49:15 +0200
branchios-revival
changeset 11148 064a53861759
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
- Refactoring in order to remove some warning related to using of int instead of NSInteger

#pragma once

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