Mercurial > mm7
diff Events2D.h @ 0:9c0607679772
init
author | Ritor1 |
---|---|
date | Sat, 12 Jan 2013 09:45:18 +0600 |
parents | |
children | 90fdb47bfcba |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Events2D.h Sat Jan 12 09:45:18 2013 +0600 @@ -0,0 +1,33 @@ +#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 \ No newline at end of file