DEADSOFTWARE

render: system: move gl related code from system driver
[d2df-sdl.git] / src / game / g_gui.pas
index 3ec8c0d720ea4e847b957b6ccff292e22b601b28..325646980cdf833a5e4a52d613ebaeab7a22a40a 100644 (file)
@@ -19,7 +19,7 @@ interface
 
 uses
   {$IFDEF USE_MEMPOOL}mempool,{$ENDIF}
-  r_graphics, e_input, e_log, g_playermodel, g_basic, g_touch, MAPDEF, utils;
+  g_base, r_graphics, e_input, e_log, g_playermodel, g_basic, g_touch, MAPDEF, utils;
 
 const
   MAINMENU_HEADER_COLOR: TRGB = (R:255; G:255; B:255);