Mercurial > mm7
comparison Arcomage.h @ 1208:4d90f0591add
Merge
author | Grumpy7 |
---|---|
date | Sun, 09 Jun 2013 01:41:55 +0200 |
parents | 832f09144726 c42f255ce1dc |
children | ae812777b1d4 |
comparison
equal
deleted
inserted
replaced
1207:96a81634669e | 1208:4d90f0591add |
---|---|
116 int IsHisTurn; | 116 int IsHisTurn; |
117 int tower_height; | 117 int tower_height; |
118 int wall_height; | 118 int wall_height; |
119 int quarry_level; | 119 int quarry_level; |
120 int magic_level; | 120 int magic_level; |
121 int might_level; | 121 int zoo_level; |
122 int resource_bricks; | 122 int resource_bricks; |
123 int resource_gems; | 123 int resource_gems; |
124 int resource_beasts; | 124 int resource_beasts; |
125 int cards_at_hand[10]; | 125 int cards_at_hand[10]; |
126 am_st1 arr_6C[10]; | 126 am_st1 arr_6C[10]; |
239 | 239 |
240 /* 270 */ | 240 /* 270 */ |
241 #pragma pack(push, 1) | 241 #pragma pack(push, 1) |
242 struct stru272_stru0 // ARCOMAGE stuff | 242 struct stru272_stru0 // ARCOMAGE stuff |
243 { | 243 { |
244 static void _40DFD1(stru272_stru0 *a1); | 244 static void Ctor(stru272_stru0 *a1); |
245 int _40DFFE(); | 245 int Dtor(); |
246 int _40E01A(stru272_stru2* a2); | 246 int _40E01A(stru272_stru2* a2); |
247 int _40E0F5(char a2, char a3); | 247 int Empty(char a2, char a3); |
248 int _40E133(); | 248 int _40E133(); |
249 int _40E2A7(); | 249 int _40E2A7(); |
250 | 250 |
251 int signature; | 251 int signature; |
252 int field_4; | 252 int field_4; |