hedgewars/pas2cRedo.pas
branchwebgl
changeset 9966 01e198990211
parent 8856 af59e65586a7
child 10015 4feced261c68
equal deleted inserted replaced
9964:12b0ed9910cd 9966:01e198990211
    46     PInteger = ^Integer;
    46     PInteger = ^Integer;
    47     
    47     
    48     Handle = integer;
    48     Handle = integer;
    49 
    49 
    50 var
    50 var
    51     write, writeLn, read, readLn, flush: procedure;
    51     write, writeLn, read, readLn, flush, CreateDir: procedure;
    52 
    52 
    53     halt:procedure;
    53     halt:procedure;
    54 
    54 
    55     GetEnumName:function:shortstring;
    55     GetEnumName:function:shortstring;
    56     TypeInfo:function:Integer;
    56     TypeInfo:function:Integer;