Mercurial > might-and-magic-trilogy
comparison Events2D.h @ 0:8b8875f5b359
Initial commit
author | Nomad |
---|---|
date | Fri, 05 Oct 2012 16:07:14 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
-1:000000000000 | 0:8b8875f5b359 |
---|---|
1 #pragma once | |
2 | |
3 | |
4 | |
5 /* 168 */ | |
6 #pragma pack(push, 1) | |
7 struct _2devent | |
8 { | |
9 unsigned __int16 uType; | |
10 unsigned __int16 uAnimationID; | |
11 char *pName; | |
12 const char *pProprieterName; | |
13 const char *pEnterText; | |
14 const char *pProprieterTitle; | |
15 __int16 field_14; | |
16 __int16 _state; | |
17 __int16 _rep; | |
18 __int16 _per; | |
19 __int16 field_1C; | |
20 __int16 field_1E; | |
21 float fPriceMultiplier; | |
22 float flt_24; | |
23 unsigned __int16 uOpenTime; | |
24 unsigned __int16 uCloseTime; | |
25 __int16 uExitPicID; | |
26 __int16 uExitMapID; | |
27 __int16 _quest_related; | |
28 __int16 field_32; | |
29 }; | |
30 #pragma pack(pop) | |
31 | |
32 | |
33 extern _2devent p2DEvents[525]; // weak |