hedgewars/pas2c.h
changeset 7072 159616c24bb8
parent 7070 8d4189609e90
child 7073 26f960656cc9
equal deleted inserted replaced
7071:c431a4a8ab0f 7072:159616c24bb8
    24 typedef struct string15_
    24 typedef struct string15_
    25     {
    25     {
    26         char s[16];
    26         char s[16];
    27     } string15;
    27     } string15;
    28 
    28 
       
    29 typedef string255 shortstring;
       
    30     
    29 typedef uint8_t Byte;
    31 typedef uint8_t Byte;
    30 typedef int8_t ShortInt;
    32 typedef int8_t ShortInt;
    31 typedef uint16_t Word;
    33 typedef uint16_t Word;
    32 typedef int16_t SmallInt;
    34 typedef int16_t SmallInt;
    33 typedef uint32_t LongWord;
    35 typedef uint32_t LongWord;