diff options
Diffstat (limited to 'aoapplication.h')
| -rw-r--r-- | aoapplication.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/aoapplication.h b/aoapplication.h index ecb33fb..dc77014 100644 --- a/aoapplication.h +++ b/aoapplication.h @@ -234,6 +234,9 @@ public: //Not in use int get_text_delay(QString p_char, QString p_emote); + // Returns the custom realisation used by the character. + QString get_custom_realization(QString p_char); + //Returns the name of p_char QString get_char_name(QString p_char); |
