diff GUIWindow.h @ 248:37dcbe8f3cca

Dialogue stuff
author Nomad
date Mon, 18 Feb 2013 07:11:43 +0200
parents 30aa44013f7a
children 1f0af5cac2dd
line wrap: on
line diff
--- a/GUIWindow.h	Mon Feb 18 03:59:31 2013 +0200
+++ b/GUIWindow.h	Mon Feb 18 07:11:43 2013 +0200
@@ -25,10 +25,17 @@
 
 enum DIALOGUE_TYPE
 {
+  DIALOGUE_9 = 9,
   DIALOGUE_13 = 0xD,
   DIALOGUE_18 = 0x12,
+  DIALOGUE_19 = 19,
+  DIALOGUE_20 = 20,
+  DIALOGUE_21 = 21,
+  DIALOGUE_22 = 22,
+  DIALOGUE_23 = 23,
   DIALOGUE_24 = 0x18,
-  DIALOGUE_77 = 0x4D,
+  DIALOGUE_76 = 76,
+  DIALOGUE_PROFESSION_DETAILS = 77,
   DIALOGUE_ARENA_WELCOME = 0x59,
   DIALOGUE_ARENA_FIGHT_NOT_OVER_YET = 0x5A,
   DIALOGUE_ARENA_REWARD = 0x5B,
@@ -230,7 +237,7 @@
   UIMSG_85 = 0x85,
   UIMSG_StartHireling1Dialogue = 0x86,
   UIMSG_StartHireling2Dialogue = 0x87,
-  UIMSG_88 = 0x88,
+  UIMSG_SelectDialogueOption = 0x88,
   UIMSG_8C = 0x8C,
   UIMSG_8D = 0x8D,
   UIMSG_8E = 0x8E,
@@ -388,6 +395,11 @@
 
 
 
+
+void OnSelectDialogueOption(DIALOGUE_TYPE newDialogueType);
+
+
+
 extern int pWindowList_at_506F50_minus1_indexing_buttons____and_an_int_[]; // idb
 extern struct GUIWindow *pWindow_MainMenu;
 extern struct GUIWindow pWindowList[20];
\ No newline at end of file