comparison GUIWindow.h @ 17:fe0d9a98213f

17.01.13 (fix Hint error)
author Ritor1
date Thu, 17 Jan 2013 16:24:25 +0600
parents 66319a734368
children bb06c087cd38
comparison
equal deleted inserted replaced
16:e1afcd54fddd 17:fe0d9a98213f
32 /* 298 */ 32 /* 298 */
33 enum WindowType: unsigned __int32 33 enum WindowType: unsigned __int32
34 { 34 {
35 WINDOW_null = 0, 35 WINDOW_null = 0,
36 WINDOW_MainMenu = 0x1, 36 WINDOW_MainMenu = 0x1,
37 WINDOW_3 = 0x3,
37 WINDOW_CharacterRecord = 0x4, 38 WINDOW_CharacterRecord = 0x4,
38 WINDOW_Options = 0x6, 39 WINDOW_Options = 0x6,
39 WINDOW_Book = 0x9, 40 WINDOW_Book = 0x9,
40 WINDOW_A = 10, 41 WINDOW_A = 0xA, //10,
41 WINDOW_ChangeLocation = 17, 42 WINDOW_C = 0xC, //12,
42 WINDOW_SpellBook = 18, 43 WINDOW_10 = 0x10, //16,
43 WINDOW_GreetingNPC = 19, 44 WINDOW_ChangeLocation = 0x11, //17,
45 WINDOW_SpellBook = 0x12, //18,
46 WINDOW_GreetingNPC = 0x13, //19,
44 WINDOW_Chest = 0x14, 47 WINDOW_Chest = 0x14,
48 WINDOW_17 = 0x17,
45 WINDOW_MainMenu_Load = 0x18, 49 WINDOW_MainMenu_Load = 0x18,
46 WINDOW_HouseInterior = 0x19, 50 WINDOW_HouseInterior = 0x19,
47 WINDOW_1A = 26, 51 WINDOW_1A = 0x1A, //26,
48 WINDOW_1B = 27, 52 WINDOW_1B = 0x1B, //27,
49 WINDOW_1E = 30, 53 WINDOW_1E = 0x1E, //30,
50 WINDOW_1F = 31, 54 WINDOW_1F = 0x1F, //31,
51 WINDOW_FinalWindow = 0x46, 55 WINDOW_FinalWindow = 0x46,
56 WINDOW_50 = 0x50,
57 WINDOW_59 = 0x59,
52 WINDOW_5A = 0x5A, 58 WINDOW_5A = 0x5A,
59 WINDOW_5B = 0x5B,
60 WINDOW_5C = 0x5C,
61 WINDOW_5D = 0x5D,
53 WINDOW_5E = 0x5E, 62 WINDOW_5E = 0x5E,
54 WINDOW_5F = 0x5F, 63 WINDOW_5F = 0x5F,
55 WINDOW_60 = 0x60, 64 WINDOW_60 = 0x60,
65 WINDOW_61 = 0x61,
66 WINDOW_RestWindow = 0x62,
67 WINDOW_63 = 0x63,
68 WINDOW_CharacterWindow_Stats = 0x64,
69 WINDOW_CharacterWindow_Skills = 0x65,
70 WINDOW_CharacterWindow_Awards = 0x66,
71 WINDOW_CharacterWindow_Inventory = 0x67,
56 WINDOW_KeyMappingOptions = 0x69, 72 WINDOW_KeyMappingOptions = 0x69,
57 WINDOW_VideoOptions = 0x6A 73 WINDOW_VideoOptions = 0x6A,
74 WINDOW_Lloyd = 0xB1,
75 WINDOW_TownPortal = 0xC3,
76 WINDOW_QuestBook = 0xC8,
77 WINDOW_AutonotesBook = 0xC9,
78 WINDOW_MapsBook = 0xCA,
79 WINDOW_CalendarBook = 0xCB,
80 WINDOW_HistoryBook = 0xCC,
58 }; 81 };
59 82
60 /* 155 */ 83 /* 155 */
61 #pragma pack(push, 1) 84 #pragma pack(push, 1)
62 struct GUIWindow 85 struct GUIWindow