DEADSOFTWARE

cleanup: move init and main loop code from g_window
[d2df-sdl.git] / src / game / g_holmes.pas
index b31ead3b2da0b03712af63801a5f2ba2da972dbb..e21faf5d8ffac4227e00fc4654e2cfd381d9fd3c 100644 (file)
@@ -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,
@@ -50,7 +50,7 @@ uses
   {$INCLUDE ../nogl/noGLuses.inc}
   {rttiobj,} typinfo, e_res,
   SysUtils, Classes, SDL2,
-  MAPDEF, g_main, g_options,
+  MAPDEF, g_options,
   utils, hashtable, xparser;