Mercurial > mm7
annotate stru159.h @ 2103:2318216e5206
stru_AA1058[i]._494836() continue
author | Ritor1 |
---|---|
date | Tue, 17 Dec 2013 23:11:49 +0600 |
parents | 2423bc2af692 |
children |
rev | line source |
---|---|
0 | 1 #pragma once |
2 | |
3 | |
4 | |
5 /* 152 */ | |
6 #pragma pack(push, 1) | |
7 struct stru159 | |
8 { | |
484 | 9 char *video_name; |
0 | 10 int field_4; |
1211 | 11 int house_npc_id; |
1411 | 12 unsigned __int8 uBuildingType; // enum BuildingType |
495 | 13 unsigned __int8 uRoomSoundId; |
487 | 14 unsigned __int16 padding_e; |
0 | 15 }; |
16 #pragma pack(pop) | |
1016 | 17 |
18 | |
1207
96a81634669e
arrays to std::arrays phase 3 - finishing global arrays
Grumpy7
parents:
1016
diff
changeset
|
19 extern std::array<const stru159, 196> pAnimatedRooms; |