DEADSOFTWARE
GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-sdl.git
/ blob
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
fix building tools
[d2df-sdl.git]
/
src
/
nogl
/
noGLuses.inc
1
{$IF DEFINED(USE_GLES1) OR DEFINED(USE_GLSTUB)}
2
{$UNDEF NOGL_LISTS}
3
{$DEFINE NOGL_INIT}
4
noGL in '../nogl/noGL.pas',
5
{$ENDIF}
6
{$IFDEF USE_OPENGL}
7
{$DEFINE NOGL_LISTS}
8
GL, GLExt,
9
{$ENDIF}