hedgewars/pas2cSystem.pas
changeset 6873 30840365af0a
parent 6860 f4238c683ec7
child 6891 ab9843957664
equal deleted inserted replaced
6872:0f6eef4a07c8 6873:30840365af0a
    15     GLUInt = integer;
    15     GLUInt = integer;
    16     gl_unsigned_byte = integer;
    16     gl_unsigned_byte = integer;
    17     Int = integer;
    17     Int = integer;
    18 
    18 
    19     pointer = pointer;
    19     pointer = pointer;
    20     PChar = pointer;
       
    21 
    20 
    22     float = float;
    21     float = float;
    23     single = float;
    22     single = float;
    24     double = float;
    23     double = float;
    25     real = float;
    24     real = float;
    34     shortstring = string;
    33     shortstring = string;
    35     ansistring = string;
    34     ansistring = string;
    36     widechar = string;
    35     widechar = string;
    37 
    36 
    38     char = char;
    37     char = char;
       
    38     PChar = ^char;
    39     
    39     
    40     PByte = ^Byte;
    40     PByte = ^Byte;
    41     PLongInt = ^LongInt;
    41     PLongInt = ^LongInt;
    42     PLongWord = ^LongWord;
    42     PLongWord = ^LongWord;
    43     PInteger = ^Integer;
    43     PInteger = ^Integer;