Mercurial > mm7
annotate Engine/stru159.h @ 2524:c7264ab7132f
Main menu rendered using d3d11
author | a.parshin |
---|---|
date | Fri, 10 Oct 2014 17:42:05 +0300 |
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; |