X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_gfx.pas;h=4e9cdd89354dc382ed48437bc452b2f20043cf94;hb=8d99e158428b4ed90b09ee17933c9a2a48532157;hp=df1d3c7590952e9375c783422b56e29efb2027f6;hpb=372a9b5a86b52249e6f132c84a3a8c435f7144a1;p=d2df-sdl.git diff --git a/src/game/g_gfx.pas b/src/game/g_gfx.pas index df1d3c7..4e9cdd8 100644 --- a/src/game/g_gfx.pas +++ b/src/game/g_gfx.pas @@ -78,11 +78,7 @@ function awmIsSetHolmes (x, y: Integer): Boolean; inline; implementation uses -{$IFDEF USE_NANOGL} - nanoGL, -{$ELSE} - GL, GLExt, -{$ENDIF} + {$INCLUDE ../nogl/noGLuses.inc} g_map, g_panel, g_basic, Math, e_graphics, g_options, g_console, SysUtils, g_triggers, MAPDEF, g_game, g_language, g_net, utils, xprofiler;