22 #ifndef PETKA_BIG_DIALOGUE_H 23 #define PETKA_BIG_DIALOGUE_H 25 #include "common/array.h" 26 #include "common/ustr.h" 43 kOperationDisableMenuItem,
44 kOperationEnableMenuItem,
90 uint32 startDialogIndex;
113 void next(
int choice = -1);
115 const DialogHandler *findHandler(uint objId, uint opcode,
bool *fallback)
const;
116 void setHandler(uint objId, uint opcode);
118 const Common::U32String *getSpeechInfo(
int *talkerId,
const char **soundName,
int choice);
125 void loadSpeechesInfo();
126 bool checkMenu(uint opIndex);
127 bool findOperation(uint startOpIndex, uint opType, uint *resIndex);
128 void circleMoveTo(byte index);
Definition: big_dialogue.h:82
Definition: big_dialogue.h:88
Definition: big_dialogue.h:105
Definition: big_dialogue.h:94
Definition: big_dialogue.h:51
Definition: big_dialogue.h:99