diff options
Diffstat (limited to 'src/message_system.h')
| -rw-r--r-- | src/message_system.h | 2 |
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/message_system.h b/src/message_system.h index 93ca087..85ecd65 100644 --- a/src/message_system.h +++ b/src/message_system.h | |||
| @@ -51,6 +51,8 @@ public: | |||
| 51 | 51 | ||
| 52 | const std::list<MessageLine>& getLines() const { return linesToShow_; } | 52 | const std::list<MessageLine>& getLines() const { return linesToShow_; } |
| 53 | 53 | ||
| 54 | bool isMessageActive() const { return !linesToShow_.empty(); } | ||
| 55 | |||
| 54 | const std::string& getSpeaker() const { return speakerName_; } | 56 | const std::string& getSpeaker() const { return speakerName_; } |
| 55 | 57 | ||
| 56 | bool isNextArrowShowing() const { return showNextArrow_; } | 58 | bool isNextArrowShowing() const { return showNextArrow_; } |
