hedgewars/uConsole.pas
changeset 4369 334fc848e051
parent 4359 83ef50815535
child 4373 fe0e3903bb9e
equal deleted inserted replaced
4368:b89235e401e5 4369:334fc848e051
    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, uMobile,
    41      uRandom, uAmmos, uStats, uChat, SDLh, uSound, uVisualGears, uScript, uTypes,
    41      uRandom, uAmmos, uStats, uChat, SDLh, uSound, uVisualGears, uScript, uTypes,
    42      uVariables;
    42      uVariables;
    43 
    43 
    44 const cLineWidth: LongInt = 0;
    44 const cLineWidth: LongInt = 0;
    45       cLinesCount = 256;
    45       cLinesCount = 256;