Mercurial > mm7
comparison GUIWindow.h @ 3:bf31c505f4d3
13.01.13(MainMenuMessageProc())
author | Ritor1 |
---|---|
date | Sun, 13 Jan 2013 17:41:47 +0600 |
parents | 89240115d392 |
children | 8e33efd39355 |
comparison
equal
deleted
inserted
replaced
2:89240115d392 | 3:bf31c505f4d3 |
---|---|
109 /* 296 */ | 109 /* 296 */ |
110 enum UIMessageType | 110 enum UIMessageType |
111 { | 111 { |
112 UIMSG_00 = 0x0, | 112 UIMSG_00 = 0x0, |
113 UIMSG_ChangeGameState = 0x5, | 113 UIMSG_ChangeGameState = 0x5, |
114 UIMSG_11 = 0x11, | |
114 UIMSG_PlayArcomage = 0x1D, | 115 UIMSG_PlayArcomage = 0x1D, |
115 UIMSG_MainMenu_ShowPartyCreationWnd = 0x36, | 116 UIMSG_MainMenu_ShowPartyCreationWnd = 0x36, |
116 UIMSG_MainMenu_ShowLoadWindow = 0x37, | 117 UIMSG_MainMenu_ShowLoadWindow = 0x37, |
117 UIMSG_ShowCredits = 0x38, | 118 UIMSG_ShowCredits = 0x38, |
118 UIMSG_ExitToWindows = 0x39, | 119 UIMSG_ExitToWindows = 0x39, |
119 UIMSG_3C = 0x3C, | 120 UIMSG_3A = 0x3A, |
121 UIMSG_PlayerCreationChangeName = 0x3C, | |
120 UIMSG_PlayerCreationClickPlus = 0x3E, | 122 UIMSG_PlayerCreationClickPlus = 0x3E, |
121 UIMSG_PlayerCreationClickMinus = 0x3F, | 123 UIMSG_PlayerCreationClickMinus = 0x3F, |
122 UIMSG_PlayerCreationSelectActiveSkill = 0x40, | 124 UIMSG_PlayerCreationSelectActiveSkill = 0x40, |
123 UIMSG_PlayerCreationSelectClass = 0x41, | 125 UIMSG_PlayerCreationSelectClass = 0x41, |
124 UIMSG_PlayerCreationClickOK = 0x42, | 126 UIMSG_PlayerCreationClickOK = 0x42, |
135 UIMSG_ShowStatus_Funds = 0x65, | 137 UIMSG_ShowStatus_Funds = 0x65, |
136 UIMSG_6B = 0x6B, | 138 UIMSG_6B = 0x6B, |
137 UIMSG_SelectCharacter = 0x6E, | 139 UIMSG_SelectCharacter = 0x6E, |
138 UIMSG_ChangeSoundVolume = 0x6F, | 140 UIMSG_ChangeSoundVolume = 0x6F, |
139 UIMSG_ChangeMusicVolume = 0x70, | 141 UIMSG_ChangeMusicVolume = 0x70, |
140 UIMSG_CloseBook = 0x71, | 142 UIMSG_Escape = 0x71, |
141 UIMSG_PlayerCreationSelectQuality = 0x76, | 143 UIMSG_PlayerCreationSelectQuality = 0x76, |
142 UIMSG_SkillUp = 0x79, | 144 UIMSG_SkillUp = 0x79, |
143 UIMSG_StartNewGame = 0x7C, | 145 UIMSG_StartNewGame = 0x7C, |
144 UIMSG_Game_OpenLoadGameDialog = 0x7D, | 146 UIMSG_Game_OpenLoadGameDialog = 0x7D, |
145 UIMSG_Game_OpenOptionsDialog = 0x7F, | 147 UIMSG_Game_OpenOptionsDialog = 0x7F, |
149 UIMSG_PlayerCreationVoiceForward = 0x91, | 151 UIMSG_PlayerCreationVoiceForward = 0x91, |
150 UIMSG_StartNPCDialogue = 0xA1, | 152 UIMSG_StartNPCDialogue = 0xA1, |
151 UIMSG_ArrowUp = 0xA2, | 153 UIMSG_ArrowUp = 0xA2, |
152 UIMSG_DownArrow = 0xA3, | 154 UIMSG_DownArrow = 0xA3, |
153 UIMSG_LoadSlot = 0xA4, | 155 UIMSG_LoadSlot = 0xA4, |
154 UIMSG_A5 = 0xA5, | 156 UIMSG_SelectLoadSlot = 0xA5, |
155 UIMSG_Cancel = 0xA6, | 157 UIMSG_Cancel = 0xA6, |
156 UIMSG_A7 = 0xA7, | 158 UIMSG_A7 = 0xA7, |
157 UIMSG_A8 = 0xA8, | 159 UIMSG_A8 = 0xA8, |
158 UIMSG_A9 = 0xA9, | 160 UIMSG_A9 = 0xA9, |
159 UIMSG_AA = 0xAA, | 161 UIMSG_AA = 0xAA, |