X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_holmes.pas;h=e21faf5d8ffac4227e00fc4654e2cfd381d9fd3c;hb=9a066f2c58ac3b0c590f269787de0f6204dcf353;hp=c173bd00312e9686a7e4cb9df0165251e0de4ce4;hpb=e452d337f0620b50d8d978b534437b2732134d8f;p=d2df-sdl.git diff --git a/src/game/g_holmes.pas b/src/game/g_holmes.pas index c173bd0..e21faf5 100644 --- a/src/game/g_holmes.pas +++ b/src/game/g_holmes.pas @@ -20,8 +20,8 @@ interface uses mempool, geom, e_log, e_input, - g_textures, g_basic, e_graphics, g_phys, g_grid, g_player, g_monsters, - g_window, g_map, g_triggers, g_items, g_game, g_panel, g_console, g_gfx, + g_textures, g_basic, r_graphics, g_phys, g_grid, g_player, g_monsters, + g_map, g_triggers, g_items, g_game, g_panel, g_console, g_gfx, xprofiler, sdlcarcass, fui_common, fui_events, fui_ctls, @@ -48,9 +48,9 @@ implementation uses {$INCLUDE ../nogl/noGLuses.inc} - {rttiobj,} typinfo, e_texture, e_res, + {rttiobj,} typinfo, e_res, SysUtils, Classes, SDL2, - MAPDEF, g_main, g_options, + MAPDEF, g_options, utils, hashtable, xparser;