hedgewars/hwengine.dpr
changeset 64 9df467527ae5
parent 56 a29135563e94
child 70 82d93eeecebe
--- a/hedgewars/hwengine.dpr	Fri Feb 24 16:06:12 2006 +0000
+++ b/hedgewars/hwengine.dpr	Wed Jun 14 15:50:22 2006 +0000
@@ -48,14 +48,14 @@
   uSound in 'uSound.pas',
   uRandom in 'uRandom.pas',
   uAI in 'uAI.pas',
-  uAIActions in 'uAIActions.pas',
-  uAIMisc in 'uAIMisc.pas',
-  uAIAmmoTests in 'uAIAmmoTests.pas',
   uCollisions in 'uCollisions.pas',
   uLand in 'uLand.pas',
   uLandTemplates in 'uLandTemplates.pas',
   uLandObjects in 'uLandObjects.pas',
-  uLandGraphics in 'uLandGraphics.pas';
+  uLandGraphics in 'uLandGraphics.pas',
+  uAIMisc in 'uAIMisc.pas',
+  uAIAmmoTests in 'uAIAmmoTests.pas',
+  uAIActions in 'uAIActions.pas';
 
 {$INCLUDE options.inc}