DEADSOFTWARE

render: move textures loaders to render
[d2df-sdl.git] / src / game / g_items.pas
index 02c8b5fc86dc50e62410e335f7fa0eb61aafea48..c578d2f16a98f291e816fbc568133a399eadd39d 100644 (file)
@@ -91,9 +91,9 @@ implementation
 
 uses
   Math,
-  g_basic, g_sound, g_main, g_gfx, g_map,
+  g_basic, g_sound, g_gfx, g_map, r_textures, r_animations,
   g_game, g_triggers, g_console, g_player, g_net, g_netmsg,
-  e_log,
+  e_log, g_options,
   g_grid, binheap, idpool, utils, xstreams;
 
 // ////////////////////////////////////////////////////////////////////////// //