comparison Events2D.h @ 495:90fdb47bfcba

guilds ...
author Gloval
date Thu, 28 Feb 2013 21:45:39 +0400
parents 9c0607679772
children 2bf48d11d742
comparison
equal deleted inserted replaced
494:af286cec8967 495:90fdb47bfcba
1 #pragma once 1 #pragma once
2 2
3 3 /* 296 */
4 enum BildingType : unsigned short
5 {
6 BildingType_WeaponShop = 0x1,
7 BildingType_ArmorShop = 0x2,
8 BildingType_MagicShop = 0x3,
9 BildingType_AlchemistShop = 0x4,
10 BildingType_FireGuild = 0x5,
11 BildingType_AirGuild = 0x6,
12 BildingType_WaterGuild = 0x7,
13 BildingType_EarthGuild = 0x8,
14 BildingType_SpiritGuild = 0x9,
15 BildingType_MindGuild = 0xA,
16 BildingType_BodyGuild = 0xB,
17 BildingType_LightGuild = 0xC,
18 BildingType_DarkGuild = 0xD,
19 BildingType_14 = 0xE,
20 BildingType_15 = 0xF,
21 BildingType_16 = 0x10,
22 BildingType_TownHall = 0x11,
23 BildingType_18 = 0x12,
24 BildingType_19 = 0x13,
25 BildingType_Throne_Room = 0x14,
26 BildingType_Tavern = 0x15,
27 BildingType_Bank = 0x16,
28 BildingType_Temple = 0x17,
29 BildingType_Unic = 0x19,
30 BildingType_1A = 0x1A,
31 BildingType_Stables = 0x1B,
32 BildingType_Boats = 0x1C,
33 BildingType_House = 0x1D,
34 BildingType_Training = 0x1E,
35 BildingType_Jail = 0x1F,
36 };
4 37
5 /* 168 */ 38 /* 168 */
6 #pragma pack(push, 1) 39 #pragma pack(push, 1)
7 struct _2devent 40 struct _2devent
8 { 41 {
9 unsigned __int16 uType; 42 BildingType uType;
10 unsigned __int16 uAnimationID; 43 unsigned __int16 uAnimationID;
11 char *pName; 44 char *pName;
12 const char *pProprieterName; 45 const char *pProprieterName;
13 const char *pEnterText; 46 const char *pEnterText;
14 const char *pProprieterTitle; 47 const char *pProprieterTitle;