diff options
Diffstat (limited to 'src/resources/db/sounddb.h')
-rw-r--r-- | src/resources/db/sounddb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/db/sounddb.h b/src/resources/db/sounddb.h index 3c421ca62..5d1361088 100644 --- a/src/resources/db/sounddb.h +++ b/src/resources/db/sounddb.h @@ -29,6 +29,8 @@ namespace SoundDB { void load(); + void loadXmlFile(const std::string &fileName); + void unload(); std::string &getSound(const int id); |