diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-06 18:19:20 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-06 18:19:20 +0300 |
commit | f55d6f7c27db71b7327d4de4ee294bcaf7b82f6b (patch) | |
tree | a65ae6d75b7cf43eab60fc7ede6cb8a2cc722f33 /src/resources/db/sounddb.h | |
parent | d8f56c2b9a68de7bba8f5848b126bd25741eb494 (diff) | |
download | mv-f55d6f7c27db71b7327d4de4ee294bcaf7b82f6b.tar.gz mv-f55d6f7c27db71b7327d4de4ee294bcaf7b82f6b.tar.bz2 mv-f55d6f7c27db71b7327d4de4ee294bcaf7b82f6b.tar.xz mv-f55d6f7c27db71b7327d4de4ee294bcaf7b82f6b.zip |
add support for include in sounds.xml.
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); |