Mercurial > might-and-magic-trilogy
annotate stru160.h @ 7:1200e31f08e5
10.10.12
author | Серик@ПончиК |
---|---|
date | Wed, 10 Oct 2012 21:05:53 +0600 |
parents | 8b8875f5b359 |
children |
rev | line source |
---|---|
0 | 1 #pragma once |
2 | |
3 | |
4 /* 153 */ | |
5 #pragma pack(push, 1) | |
6 struct stru160 | |
7 { | |
8 inline stru160() {} | |
9 inline stru160(float a, float b, float c): field_0(a), field_4(b), field_8(c) {} | |
10 | |
11 float field_0; | |
12 float field_4; | |
13 float field_8; | |
14 }; | |
15 #pragma pack(pop) | |
16 | |
17 #pragma pack(push, 1) | |
18 struct stru16x: public stru160 | |
19 { | |
20 float field_C; | |
21 }; | |
22 #pragma pack(pop) | |
23 | |
24 extern stru160 array_4EB8B8[66]; | |
25 extern stru160 array_4EBBD0[128]; | |
26 extern __int32 array_4EBBD0_x[128*3]; |