Mercurial > mm7
annotate Engine/stru159.h @ 2532:9ec6b8be16fe
Mobile light
author | Ritor1 |
---|---|
date | Mon, 19 Jan 2015 22:39:03 +0600 |
parents | 68cdef6879a0 |
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; |