changeset 4357 | a1fcfc341a52 |
parent 4046 | cfdbddc4b385 |
child 4359 | 83ef50815535 |
4355:4554c4df9f1a | 4357:a1fcfc341a52 |
---|---|
28 {$ELSE} |
28 {$ELSE} |
29 program hwengine; |
29 program hwengine; |
30 {$ENDIF} |
30 {$ENDIF} |
31 |
31 |
32 uses SDLh, uMisc, uConsole, uGame, uConsts, uLand, uAmmos, uVisualGears, uGears, uStore, uWorld, uKeys, uSound, |
32 uses SDLh, uMisc, uConsole, uGame, uConsts, uLand, uAmmos, uVisualGears, uGears, uStore, uWorld, uKeys, uSound, |
33 uScript, uTeams, uStats, uIO, uLocale, uChat, uAI, uAIMisc, uRandom, uLandTexture, uCollisions, uMobile, sysutils; |
33 uScript, uTeams, uStats, uIO, uLocale, uChat, uAI, uAIMisc, uRandom, uLandTexture, uCollisions, uMobile, |
34 sysutils, uTypes; |
|
34 |
35 |
35 var isTerminated: boolean = false; |
36 var isTerminated: boolean = false; |
36 alsoShutdownFrontend: boolean = false; |
37 alsoShutdownFrontend: boolean = false; |
37 |
38 |
38 {$IFDEF HWLIBRARY} |
39 {$IFDEF HWLIBRARY} |