hedgewars/uGears.pas
changeset 32 78bff13b11c0
parent 24 79c411363184
child 35 9367f246fb5f
--- a/hedgewars/uGears.pas	Tue Dec 27 10:20:55 2005 +0000
+++ b/hedgewars/uGears.pas	Wed Dec 28 22:18:11 2005 +0000
@@ -74,7 +74,7 @@
 var CurAmmoGear: PGear = nil;
 
 implementation
-uses uWorld, uMisc, uStore, uConsole, uSound, uTeams, uRandom, uCollisions, uLand;
+uses uWorld, uMisc, uStore, uConsole, uSound, uTeams, uRandom, uCollisions, uLand, uIO;
 var GearsList: PGear = nil;
     RopePoints: record
                 Count: Longword;
@@ -90,6 +90,7 @@
 procedure doMakeExplosion(X, Y, Radius: integer; Mask: LongWord); forward;
 function  CheckGearNear(Gear: PGear; Kind: TGearType; rX, rY: integer): PGear; forward;
 procedure SpawnBoxOfSmth; forward;
+procedure AfterAttack; forward;
 
 {$INCLUDE GSHandlers.inc}
 {$INCLUDE HHHandlers.inc}