DEADSOFTWARE

cleanup: move init and main loop code from g_window
[d2df-sdl.git] / src / game / sdl / g_system.pas
index 7527073c1ad7e0ad811001cf519c7bcf2476bd46..c191583fa77f2a5c77a0cfa2c9e2204ccbe576bc 100644 (file)
@@ -46,7 +46,7 @@ implementation
     SysUtils, SDL, Math,
     {$INCLUDE ../nogl/noGLuses.inc}
     e_log, r_graphics, e_input, e_sound,
-    g_options, g_window, g_console, g_game, g_menu, g_gui, g_basic;
+    g_options, g_console, g_game, g_menu, g_gui, g_basic;
 
   const
     GameTitle = 'Doom 2D: Forever (SDL 1.2, %s)';