project_files/hwc/rtl/GL.h
author antonc27 <antonc27@mail.ru>
Tue, 23 Feb 2016 23:29:06 +0100
changeset 11575 fba0c7a5aaf4
parent 7991 1e5da73a3149
child 11798 80fe306460b2
permissions -rw-r--r--
- Campaign for iOS: Fill campaign page with parsed missions from campaign.ini

#pragma once

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