aboutsummaryrefslogtreecommitdiff
path: root/path_functions.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'path_functions.cpp')
-rw-r--r--path_functions.cpp8
1 files changed, 8 insertions, 0 deletions
diff --git a/path_functions.cpp b/path_functions.cpp
index c4c2440..1458649 100644
--- a/path_functions.cpp
+++ b/path_functions.cpp
@@ -33,6 +33,14 @@ QString AOApplication::get_demothings_path()
{
return get_base_path() + "misc/demothings/";
}
+QString AOApplication::get_sounds_path()
+{
+ return get_base_path() + "sounds/general/";
+}
+QString AOApplication::get_music_path()
+{
+ return get_base_path() + "sounds/music/";
+}
QString Courtroom::get_background_path()
{