Mercurial > mm7
view Events2D.h @ 27:7fb7febacb46
13.01.13 (for Zipi)
author | Ritor1 |
---|---|
date | Fri, 18 Jan 2013 20:17:38 +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