comparison MM7.h @ 1202:0dbf6c4dd029

arrays to std::arrays phase 1
author Grumpy7
date Sat, 08 Jun 2013 21:33:22 +0200
parents 29a8defbad9e
children f11651288371
comparison
equal deleted inserted replaced
1196:44f37efc159c 1202:0dbf6c4dd029
86 __int16 y; 86 __int16 y;
87 __int16 width; 87 __int16 width;
88 __int16 height; 88 __int16 height;
89 }; 89 };
90 #pragma pack(pop) 90 #pragma pack(pop)
91 extern stat_coord stat_string_coord[26]; 91 extern std::array<stat_coord, 26> stat_string_coord;
92 92
93 /* 376 */ 93 /* 376 */
94 #pragma pack(push, 1) 94 #pragma pack(push, 1)
95 struct stru336 95 struct stru336
96 { 96 {