DEADSOFTWARE

HolmesUI: "position" property for windows
[d2df-sdl.git] / src / game / Doom2DF.dpr
index 67dcc034b11edef519f01fba9dafce860e53b3e0..e81b4ae970bdaa871bed0e864ebf94105417be26 100644 (file)
@@ -113,7 +113,9 @@ uses
   ImagingUtility,
   sdlcarcass in '../gx/sdlcarcass.pas',
   glgfx in '../gx/glgfx.pas',
-  gh_ui in '../gx/gh_ui.pas';
+  gh_ui_common in '../gx/gh_ui_common.pas',
+  gh_ui in '../gx/gh_ui.pas',
+  gh_flexlay in '../gx/gh_flexlay.pas';
 
 {$IFDEF WINDOWS}
   {$R *.res}