project_files/hwc/rtl/GL.h
author antonc27 <antonc27@mail.ru>
Sat, 08 Aug 2015 21:45:38 +0200
branchios-revival
changeset 11087 99578075df24
parent 7991 1e5da73a3149
child 11793 80fe306460b2
permissions -rw-r--r--
- Fix for uPhysFSLayer.pas:167: 17: Identifier not found "cFontsPaths" Note: Just commented staff related to Fonts finding

#pragma once

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