22 #ifndef ASYLUM_SYSTEM_SPEECH_H 23 #define ASYLUM_SYSTEM_SPEECH_H 25 #include "common/scummsys.h" 27 #include "asylum/shared.h" 44 ResourceId
play(ResourceId soundResourceId, ResourceId textResourceId);
69 ResourceId
playScene(int32 type, int32 index);
167 ResourceId _soundResourceId;
168 ResourceId _textResourceId;
179 #endif // ASYLUM_SYSTEM_SPEECH_H void setSoundResourceId(ResourceId id)
Definition: speech.h:116
char * getTextDataPos()
Definition: speech.h:158
void setTextData(char *text)
Definition: speech.h:137
ResourceId playPlayer(int32 index)
ResourceId getTextResourceId()
Definition: speech.h:130
uint32 getTick()
Definition: speech.h:109
void setTick(int32 val)
Definition: speech.h:102
ResourceId playIndexed(int32 index)
ResourceId playScene(int32 type, int32 index)
ResourceId getSoundResourceId() const
Definition: speech.h:95
ResourceId play(ResourceId soundResourceId, ResourceId textResourceId)
char * getTextData()
Definition: speech.h:144
void setTextDataPos(char *text)
Definition: speech.h:151
void setTextResourceId(ResourceId id)
Definition: speech.h:123