hedgewars/hwengine.pas
changeset 4437 05192cdbce9b
parent 4413 46caab3a8f84
child 4454 42bfc1a70968
equal deleted inserted replaced
4436:94c948a92759 4437:05192cdbce9b
    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,
    33      uScript, uTeams, uStats, uIO, uLocale, uChat, uAI, uAIMisc, uRandom, uLandTexture, uCollisions, uMobile,
    34      sysutils, uTypes, uVariables, uCommands, uUtils, uCaptions, uDebug, uCommandHandlers;
    34      sysutils, uTypes, uVariables, uCommands, uUtils, uCaptions, uDebug, uCommandHandlers;
    35 
       
    36 var isTerminated: boolean = false;
       
    37     alsoShutdownFrontend: boolean = false;
       
    38 
    35 
    39 {$IFDEF HWLIBRARY}
    36 {$IFDEF HWLIBRARY}
    40 procedure initEverything(complete:boolean);
    37 procedure initEverything(complete:boolean);
    41 procedure freeEverything(complete:boolean);
    38 procedure freeEverything(complete:boolean);
    42 
    39