X-Git-Url: https://deadsoftware.ru/gitweb?p=d2df-sdl.git;a=blobdiff_plain;f=src%2Fgame%2Fg_gfx.pas;h=4e9cdd89354dc382ed48437bc452b2f20043cf94;hp=df1d3c7590952e9375c783422b56e29efb2027f6;hb=92c7868df227201d6914f9f07c9a29ba0e2863cb;hpb=3a2594735abd86e583b35da46526b9d16a9cd0ed 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;