DEADSOFTWARE

moved some geometry functions to shared/geom.pas; TODO: move most of g_basic.pas...
[d2df-sdl.git] / src / game / Doom2DF.dpr
index 020234048404f234a0a704044594bb1814258d21..53d66f1c3a48c57da90e098fa5c857fcd42afcd0 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,