DEADSOFTWARE

FlexUI: simple styling system (yay, no more hardcoded colors!)
[d2df-sdl.git] / src / game / Doom2DF.dpr
index 980c54b8d003c77576f5f80ec05e6b308f2e9c32..41c7aaca14256e6a33ec8e3891e9b0fbd8f615e3 100644 (file)
@@ -41,6 +41,7 @@ program Doom2DF;
 uses
   mempool in '../shared/mempool.pas',
   conbuf in '../shared/conbuf.pas',
+  geom in '../shared/geom.pas',
   math,
   GL,
   GLExt,
@@ -109,7 +110,13 @@ 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_style in '../gx/gh_ui_style.pas',
+  gh_ui in '../gx/gh_ui.pas',
+  gh_flexlay in '../gx/gh_flexlay.pas';
 
 {$IFDEF WINDOWS}
   {$R *.res}
@@ -136,7 +143,7 @@ begin
   begin
     try
       Main();
-      e_WriteLog('Shutdown with no errors.', MSG_NOTIFY);
+      e_WriteLog('Shutdown with no errors.', TMsgType.Notify);
     except
       on e: Exception do
         begin