diff options
Diffstat (limited to 'src/message_system.h')
| -rw-r--r-- | src/message_system.h | 3 |
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/message_system.h b/src/message_system.h index 85ecd65..155f9c6 100644 --- a/src/message_system.h +++ b/src/message_system.h | |||
| @@ -33,6 +33,9 @@ public: | |||
| 33 | 33 | ||
| 34 | void hideCutsceneBars(); | 34 | void hideCutsceneBars(); |
| 35 | 35 | ||
| 36 | // Adds text to the message queue. Separate lines with \n. | ||
| 37 | // \f is a special character -- put it after a \n to indicate that a button | ||
| 38 | // press is required to advance text. | ||
| 36 | void displayMessage( | 39 | void displayMessage( |
| 37 | std::string_view msg, | 40 | std::string_view msg, |
| 38 | std::string speakerName = "", | 41 | std::string speakerName = "", |
