hedgewars/pas2c.h
changeset 6891 ab9843957664
parent 6889 149638c9cbc4
child 6894 555a8d8db228
equal deleted inserted replaced
6890:6fc12f30c55c 6891:ab9843957664
    12     } string192;
    12     } string192;
    13 typedef struct string31_
    13 typedef struct string31_
    14     {
    14     {
    15         char s[32];
    15         char s[32];
    16     } string31;
    16     } string31;
       
    17 typedef struct string15_
       
    18     {
       
    19         char s[16];
       
    20     } string15;
    17 
    21 
    18 typedef int SmallInt;
    22 typedef int SmallInt;
    19 typedef int Word;
    23 typedef int Word;
    20 typedef int LongInt;
    24 typedef int LongInt;
    21 typedef int LongWord;
    25 typedef int LongWord;