22 #ifndef MUTATIONOFJB_CONVERSATIONLINELIST_H 23 #define MUTATIONOFJB_CONVERSATIONLINELIST_H 25 #include "common/array.h" 26 #include "common/path.h" 27 #include "common/str.h" 37 bool isRepeating()
const {
38 return _text.firstChar() ==
'*';
40 bool isFirstSpeaker()
const {
41 return _text.firstChar() ==
'~';
43 bool isSecondSpeaker()
const {
44 return _text.firstChar() ==
'`';
55 const Line *getLine(uint index)
const;
Definition: conversationlinelist.h:49
Definition: conversationlinelist.h:31
Definition: animationdecoder.h:36
Definition: conversationlinelist.h:33