X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_gfx.pas;h=878c45acf560339b232bcb0db62bc52a2993378c;hb=f4fc3b435118e5d9e4085da37014436d2e063259;hp=cbb1c9783f85d0fac4606c479a008da95994f0e1;hpb=e1c1f7de2d4d90cedb74704518844133b936ff97;p=d2df-sdl.git diff --git a/src/game/g_gfx.pas b/src/game/g_gfx.pas index cbb1c97..878c45a 100644 --- a/src/game/g_gfx.pas +++ b/src/game/g_gfx.pas @@ -78,7 +78,12 @@ function awmIsSetHolmes (x, y: Integer): Boolean; inline; implementation uses - g_map, g_panel, g_basic, Math, e_graphics, GL, GLExt, +{$IFDEF USE_NANOGL} + nanoGL, +{$ELSE} + GL, GLExt, +{$ENDIF} + 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;