22 #ifndef STARK_SERVICES_DIALOG_PLAYER_H 23 #define STARK_SERVICES_DIALOG_PLAYER_H 25 #include "common/array.h" 27 #include "engines/stark/resources/dialog.h" 64 bool isRunning()
const;
70 void selectOption(uint32 index);
73 bool isSpeechReady()
const;
80 bool areOptionsAvailable()
const;
96 void removeLastOnlyOption();
101 void saveToInterruptionSlot();
102 void restoreFromInterruptionSlot();
113 bool _optionsAvailable;
119 #endif // STARK_SERVICES_DIALOG_PLAYER_H
Definition: dialogplayer.h:50
Definition: dialogplayer.h:41