hedgewars/pas2c.h
changeset 6889 149638c9cbc4
parent 6886 4463ee51c9ec
child 6891 ab9843957664
equal deleted inserted replaced
6888:32a54322d262 6889:149638c9cbc4
     4 
     4 
     5 typedef struct string255_
     5 typedef struct string255_
     6     {
     6     {
     7         char s[256];
     7         char s[256];
     8     } string255;
     8     } string255;
       
     9 typedef struct string192_
       
    10     {
       
    11         char s[193];
       
    12     } string192;
       
    13 typedef struct string31_
       
    14     {
       
    15         char s[32];
       
    16     } string31;
     9 
    17 
    10 typedef int SmallInt;
    18 typedef int SmallInt;
    11 typedef int Word;
    19 typedef int Word;
    12 typedef int LongInt;
    20 typedef int LongInt;
    13 typedef int LongWord;
    21 typedef int LongWord;