DEADSOFTWARE

added "common" module for Holmes UI (preparation for layout manager)
[d2df-sdl.git] / src / game / Doom2DF.dpr
index 53d66f1c3a48c57da90e098fa5c857fcd42afcd0..7daaaea83727b95ee5252ab62194eaee6e8ce732 100644 (file)
@@ -110,7 +110,11 @@ uses
   g_language in 'g_language.pas',
   ImagingTypes,
   Imaging,
-  ImagingUtility;
+  ImagingUtility,
+  sdlcarcass in '../gx/sdlcarcass.pas',
+  glgfx in '../gx/glgfx.pas',
+  gh_ui_common in '../gx/gh_ui_common.pas',
+  gh_ui in '../gx/gh_ui.pas';
 
 {$IFDEF WINDOWS}
   {$R *.res}