22 #ifndef XEEN_dialogs_message_H 23 #define XEEN_dialogs_message_H 25 #include "mm/xeen/dialogs/dialogs.h" 26 #include "mm/xeen/character.h" 31 enum MessageWaitType { WT_FREEZE_WAIT = 0, WT_NONFREEZED_WAIT = 1,
32 WT_LOC_WAIT = 2, WT_ANIMATED_WAIT = 3 };
41 MessageWaitType waitType = WT_FREEZE_WAIT);
47 MessageWaitType waitType = WT_FREEZE_WAIT);
54 void execute(
int spellId,
int componentNum);
56 static void show(
XeenEngine *vm,
int spellId,
int componentNum);
Definition: dialogs_message.h:50
Definition: dialogs_message.h:34
Definition: detection.h:27