hedgewars/uConsole.pas
changeset 3935 5ca27a0e9a63
parent 3894 9abce5468583
child 3939 e6fddcb04dc2
equal deleted inserted replaced
3933:1a873262f5dd 3935:5ca27a0e9a63
    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,
    40 uses uMisc, uStore, Types, uConsts, uGears, uTeams, uIO, uKeys, uWorld, uMobile,
    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