hedgewars/uUtils.pas
changeset 4437 05192cdbce9b
parent 4403 0dfe26f48ec1
child 4453 15a483b2558a
equal deleted inserted replaced
4436:94c948a92759 4437:05192cdbce9b
    48 
    48 
    49 
    49 
    50 implementation
    50 implementation
    51 uses typinfo, Math, uConsts, uVariables, SysUtils;
    51 uses typinfo, Math, uConsts, uVariables, SysUtils;
    52 
    52 
    53 var
    53 {$IFDEF DEBUGFILE}
    54 {$IFDEF DEBUGFILE}
    54 var f: textfile;
    55     f: textfile;
       
    56 {$ENDIF}
    55 {$ENDIF}
    57 
    56 
    58 // should this include "strtolower()" for the split string?
    57 // should this include "strtolower()" for the split string?
    59 procedure SplitBySpace(var a, b: shortstring);
    58 procedure SplitBySpace(var a, b: shortstring);
    60 var i, t: LongInt;
    59 var i, t: LongInt;