diff options
| author | David Skoland <davidskoland@gmail.com> | 2017-02-14 15:58:36 +0100 |
|---|---|---|
| committer | David Skoland <davidskoland@gmail.com> | 2017-02-14 15:58:36 +0100 |
| commit | 47f96cf0a4efe785389db8a3dad16e17976bc46b (patch) | |
| tree | fd261bba50e39d2be898c7d264acd46c44f5b072 /aoapplication.h | |
| parent | 9e5598cbedde4eda5fc3e4bf3efda08da939056c (diff) | |
added emote comments to emote buttons with missing image
Diffstat (limited to 'aoapplication.h')
| -rw-r--r-- | aoapplication.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/aoapplication.h b/aoapplication.h index 48a18587..4db6e454 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -91,6 +91,7 @@ public: QString get_music_path(QString p_song); QString get_background_path(); QString get_default_background_path(); + QString get_evidence_path(); //implementation in text_file_functions.cpp QString read_user_theme(); @@ -105,6 +106,7 @@ public: int get_text_delay(QString p_char, QString p_emote); QString get_char_name(QString p_char); int get_emote_number(QString p_char); + QString get_emote_comment(QString p_char, int p_emote); QString get_emote(QString p_char, int p_emote); QString get_pre_emote(QString p_char, int p_emote); QString get_sfx_name(QString p_char, int p_emote); |
