X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_panel.pas;h=c95c271c289aff596bbc6b0b5b9f33750b09e7be;hb=f4fc3b435118e5d9e4085da37014436d2e063259;hp=490a728ee45f0573e80c7b97e0a8634ede139226;hpb=e1c1f7de2d4d90cedb74704518844133b936ff97;p=d2df-sdl.git diff --git a/src/game/g_panel.pas b/src/game/g_panel.pas index 490a728..c95c271 100644 --- a/src/game/g_panel.pas +++ b/src/game/g_panel.pas @@ -212,8 +212,13 @@ var implementation uses +{$IFDEF USE_NANOGL} + nanoGL, +{$ELSE} + GL, +{$ENDIF} e_texture, g_basic, g_map, g_game, g_gfx, e_graphics, g_weapons, g_triggers, - g_console, g_language, g_monsters, g_player, g_grid, e_log, GL, geom, utils, xstreams; + g_console, g_language, g_monsters, g_player, g_grid, e_log, geom, utils, xstreams; const PANEL_SIGNATURE = $4C4E4150; // 'PANL'