Mercurial > mm7
diff Engine/stru159.h @ 2499:68cdef6879a0
engine folder
author | Ritor1 |
---|---|
date | Fri, 19 Sep 2014 02:57:42 +0600 |
parents | |
children |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Engine/stru159.h Fri Sep 19 02:57:42 2014 +0600 @@ -0,0 +1,19 @@ +#pragma once + + + +/* 152 */ +#pragma pack(push, 1) +struct stru159 +{ + char *video_name; + int field_4; + int house_npc_id; + unsigned __int8 uBuildingType; // enum BuildingType + unsigned __int8 uRoomSoundId; + unsigned __int16 padding_e; +}; +#pragma pack(pop) + + +extern std::array<const stru159, 196> pAnimatedRooms; \ No newline at end of file