aboutsummaryrefslogtreecommitdiff
path: root/aoapplication.h
diff options
context:
space:
mode:
Diffstat (limited to 'aoapplication.h')
-rw-r--r--aoapplication.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/aoapplication.h b/aoapplication.h
index 53968747..b9d3fd10 100644
--- a/aoapplication.h
+++ b/aoapplication.h
@@ -169,6 +169,9 @@ public:
//Returns the sfx with p_identifier from sounds.ini in the current theme path
QString get_sfx(QString p_identifier);
+ //Figure out if we can opus this or if we should fall back to wav
+ QString get_sfx_suffix(QString sound_to_check);
+
//Returns the value of p_search_line within target_tag and terminator_tag
QString read_char_ini(QString p_char, QString p_search_line, QString target_tag, QString terminator_tag);
@@ -226,7 +229,7 @@ public:
private:
const int RELEASE = 2;
const int MAJOR_VERSION = 5;
- const int MINOR_VERSION = 1;
+ const int MINOR_VERSION = 2;
QString current_theme = "default";