project_files/hwc/rtl/GL.h
author antonc27 <antonc27@mail.ru>
Thu, 05 Nov 2015 03:08:49 +0100
branchios-revival
changeset 11301 fa18940f290d
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
- Rus localization for following game styles: - - Balanced_Random_Weapon - - Construction_Mode - - Highlander - - Racer - - Random_Weapon - - TechRacer - - The_Specialists - - WxW - Some missed strings added to stub.lua - Translation credits update

#pragma once

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