hedgewars/uConsole.pas
changeset 4362 8dae325dc625
parent 4210 caa9b08990eb
child 4436 94c948a92759
equal deleted inserted replaced
4360:6cdb427ef82c 4362:8dae325dc625
    35 function  GetLastConsoleLine: shortstring;
    35 function  GetLastConsoleLine: shortstring;
    36 
    36 
    37 procedure doPut(putX, putY: LongInt; fromAI: boolean);
    37 procedure doPut(putX, putY: LongInt; fromAI: boolean);
    38 
    38 
    39 implementation
    39 implementation
    40 uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uMobile,
    40 uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld,
    41      uRandom, uAmmos, uStats, uChat, SDLh, uSound, uVisualGears, uScript;
    41      uRandom, uAmmos, uStats, uChat, SDLh, uSound, uVisualGears, uScript;
    42 
    42 
    43 const cLineWidth: LongInt = 0;
    43 const cLineWidth: LongInt = 0;
    44       cLinesCount = 256;
    44       cLinesCount = 256;
    45 
    45