Mercurial > mm7
annotate Engine/stru159.h @ 2499:68cdef6879a0
engine folder
author | Ritor1 |
---|---|
date | Fri, 19 Sep 2014 02:57:42 +0600 |
parents | |
children |
rev | line source |
---|---|
2499 | 1 #pragma once |
2 | |
3 | |
4 | |
5 /* 152 */ | |
6 #pragma pack(push, 1) | |
7 struct stru159 | |
8 { | |
9 char *video_name; | |
10 int field_4; | |
11 int house_npc_id; | |
12 unsigned __int8 uBuildingType; // enum BuildingType | |
13 unsigned __int8 uRoomSoundId; | |
14 unsigned __int16 padding_e; | |
15 }; | |
16 #pragma pack(pop) | |
17 | |
18 | |
19 extern std::array<const stru159, 196> pAnimatedRooms; |