changeset 4357 | a1fcfc341a52 |
parent 4248 | e127b3d26248 |
child 4359 | 83ef50815535 |
4355:4554c4df9f1a | 4357:a1fcfc341a52 |
---|---|
18 |
18 |
19 {$INCLUDE "options.inc"} |
19 {$INCLUDE "options.inc"} |
20 |
20 |
21 unit uWorld; |
21 unit uWorld; |
22 interface |
22 interface |
23 uses SDLh, uGears, uConsts, uFloat, uRandom; |
23 uses SDLh, uGears, uConsts, uFloat, uRandom, uTypes; |
24 |
24 |
25 |
25 |
26 var FollowGear: PGear; |
26 var FollowGear: PGear; |
27 WindBarWidth: LongInt; |
27 WindBarWidth: LongInt; |
28 bShowAmmoMenu: boolean; |
28 bShowAmmoMenu: boolean; |