DEADSOFTWARE

moved Holmes UI and most of it's low-level gfx subsystem to separate modules (to...
[d2df-sdl.git] / src / game / Doom2DF.dpr
index 53d66f1c3a48c57da90e098fa5c857fcd42afcd0..67dcc034b11edef519f01fba9dafce860e53b3e0 100644 (file)
@@ -110,7 +110,10 @@ uses
   g_language in 'g_language.pas',
   ImagingTypes,
   Imaging,
-  ImagingUtility;
+  ImagingUtility,
+  sdlcarcass in '../gx/sdlcarcass.pas',
+  glgfx in '../gx/glgfx.pas',
+  gh_ui in '../gx/gh_ui.pas';
 
 {$IFDEF WINDOWS}
   {$R *.res}