24 #include "sludge/sprites.h" 39 SpeechLineList allSpeech;
40 int speechY, lastFile, lookWhosTalking;
52 int wrapSpeech(
const Common::String &theText,
int objT,
int sampleFile,
bool);
55 int isThereAnySpeechGoingOn();
56 bool isCurrentTalker(
OnScreenPerson *person) {
return person == _speech->currentTalker; }
57 int getLastSpeechSound();
61 void setSpeechSpeed(
float speed) { _speechSpeed = speed; }
62 float getSpeechSpeed() {
return _speechSpeed; }
63 void setSpeechMode(
int speechMode) { _speechMode = speechMode; }
79 void addSpeechLine(
const Common::String &theLine,
int x,
int &offset);
80 int wrapSpeechXY(
const Common::String &theText,
int x,
int y,
int wrap,
int sampleFile);
Definition: objtypes.h:32