changeset 6889 | 149638c9cbc4 |
parent 6886 | 4463ee51c9ec |
child 6891 | ab9843957664 |
--- a/hedgewars/pas2c.h Sat Apr 14 23:19:45 2012 +0400 +++ b/hedgewars/pas2c.h Sat Apr 14 23:36:57 2012 +0400 @@ -6,6 +6,14 @@ { char s[256]; } string255; +typedef struct string192_ + { + char s[193]; + } string192; +typedef struct string31_ + { + char s[32]; + } string31; typedef int SmallInt; typedef int Word;