22 #ifndef TITANIC_TT_TALKER_H 23 #define TITANIC_TT_TALKER_H 25 #include "titanic/core/list.h" 26 #include "titanic/npcs/true_talk_npc.h" 27 #include "titanic/support/string.h" 31 class CTrueTalkManager;
42 TTtalker() : _owner(
nullptr), _npc(
nullptr),
43 _dialogueId(0), _talkEndState(0), _done(0) {}
45 _owner(owner), _npc(npc), _dialogueId(0), _talkEndState(0), _done(0) {}
Definition: true_talk_manager.h:44
Definition: true_talk_npc.h:43
Definition: tt_talker.h:64
void speechStarted(const CString &dialogueStr, uint dialogueId, uint speechDuration)
Definition: tt_talker.h:33