comparison GUIWindow.h @ 165:572d821561f3

MenuID
author Ritor1
date Thu, 14 Feb 2013 14:48:43 +0600
parents f4ebd13c2a8e
children 90521fb9766c
comparison
equal deleted inserted replaced
164:4b61b82a0bf7 165:572d821561f3
13 MENU_CREDITS = 0x2, 13 MENU_CREDITS = 0x2,
14 MENU_SAVELOAD = 0x3, 14 MENU_SAVELOAD = 0x3,
15 MENU_FINISHED = 0x4, 15 MENU_FINISHED = 0x4,
16 MENU_5 = 0x5, 16 MENU_5 = 0x5,
17 MENU_CREATEPARTY = 0x6, 17 MENU_CREATEPARTY = 0x6,
18 MENU_7 = 0x7, 18 MENU_NAMEPANELESC = 0x7,
19 MENU_Credits = 0x8, 19 MENU_CREDITSPROC = 0x8,
20 MENU_LOAD = 0x9, 20 MENU_LOADINGPROC = 0x9,
21 MENU_10 = 0xA, 21 MENU_10 = 0xA,
22 MENU_CREDITSCLOSE = 0xB,
22 }; 23 };
23 24
24 25
25 26
26 27
36 WINDOW_MainMenu = 0x1, 37 WINDOW_MainMenu = 0x1,
37 WINDOW_3 = 0x3, 38 WINDOW_3 = 0x3,
38 WINDOW_CharacterRecord = 0x4, 39 WINDOW_CharacterRecord = 0x4,
39 WINDOW_Options = 0x6, 40 WINDOW_Options = 0x6,
40 WINDOW_Book = 0x9, 41 WINDOW_Book = 0x9,
41 WINDOW_A = 0xA, 42 WINDOW_Dialogue = 0xA,
42 WINDOW_QuickReference = 0xC, 43 WINDOW_QuickReference = 0xC,
43 WINDOW_Rest = 0x10, 44 WINDOW_Rest = 0x10,
44 WINDOW_ChangeLocation = 0x11, 45 WINDOW_ChangeLocation = 0x11,
45 WINDOW_SpellBook = 0x12, 46 WINDOW_SpellBook = 0x12,
46 WINDOW_GreetingNPC = 0x13, 47 WINDOW_GreetingNPC = 0x13,