Mercurial > mm7
view Events2D.h @ 179:f102bbff6fd8
15.02.13 Water
author | Ritor1 |
---|---|
date | Fri, 15 Feb 2013 17:14:24 +0600 |
parents | 9c0607679772 |
children | 90fdb47bfcba |
line wrap: on
line source
#pragma once /* 168 */ #pragma pack(push, 1) struct _2devent { unsigned __int16 uType; unsigned __int16 uAnimationID; char *pName; const char *pProprieterName; const char *pEnterText; const char *pProprieterTitle; __int16 field_14; __int16 _state; __int16 _rep; __int16 _per; __int16 field_1C; __int16 field_1E; float fPriceMultiplier; float flt_24; unsigned __int16 uOpenTime; unsigned __int16 uCloseTime; __int16 uExitPicID; __int16 uExitMapID; __int16 _quest_related; __int16 field_32; }; #pragma pack(pop) extern _2devent p2DEvents[525]; // weak