view Engine/stru159.h @ 2514:16bae6fd06e1

.
author Ritor1
date Thu, 02 Oct 2014 19:40:13 +0600
parents 68cdef6879a0
children
line wrap: on
line source

#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;