0
0
Fork 0
mirror of https://github.com/ZDoom/raze-gles.git synced 2025-02-17 09:01:26 +00:00
raze-gles/source/build/include/glbuild.h

21 lines
238 B
C
Raw Normal View History

#ifndef BGLBUILD_H_INCLUDED_
#define BGLBUILD_H_INCLUDED_
#ifdef USE_OPENGL
#if !defined GEKKO
# define USE_GLEXT
#endif
#if defined EDUKE32_OSX
# include <OpenGL/glu.h>
#else
# include <GL/glu.h>
#endif
#endif //USE_OPENGL
#endif