X-Git-Url: http://deadsoftware.ru/gitweb?a=blobdiff_plain;f=src%2Fgame%2Fg_holmes.pas;h=e21faf5d8ffac4227e00fc4654e2cfd381d9fd3c;hb=9a066f2c58ac3b0c590f269787de0f6204dcf353;hp=7b1463be9619c519e59d1dbb4c93e4ecec6cac65;hpb=5c816a8e702fd39c65d0928a3315d81e979f30fb;p=d2df-sdl.git diff --git a/src/game/g_holmes.pas b/src/game/g_holmes.pas index 7b1463b..e21faf5 100644 --- a/src/game/g_holmes.pas +++ b/src/game/g_holmes.pas @@ -21,7 +21,7 @@ uses mempool, geom, e_log, e_input, g_textures, g_basic, r_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_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;