diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/aoapplication.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/aoapplication.h b/include/aoapplication.h index 4c3a83f3..cf9eb2b2 100644 --- a/include/aoapplication.h +++ b/include/aoapplication.h @@ -361,6 +361,10 @@ public: // Returns the color from the misc folder. QColor get_chat_color(QString p_identifier, QString p_chat); + // Returns the value with p_identifier from penalty/penalty.ini in the current + // theme path + QString get_penalty_value(QString p_identifier); + // Returns the sfx with p_identifier from courtroom_sounds.ini in the current theme path QString get_court_sfx(QString p_identifier, QString p_misc=""); |
