diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-06 16:19:38 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-06 16:19:38 +0300 |
commit | a3fdbe3f382d11fcb83d7f3c342b676837478821 (patch) | |
tree | 395cc2e18f21fa0fcc8bb24d186015497bce60b8 /src/resources/db/deaddb.h | |
parent | 9b57c3044aad8edbb46d57963fe0151a0b816afa (diff) | |
download | plus-a3fdbe3f382d11fcb83d7f3c342b676837478821.tar.gz plus-a3fdbe3f382d11fcb83d7f3c342b676837478821.tar.bz2 plus-a3fdbe3f382d11fcb83d7f3c342b676837478821.tar.xz plus-a3fdbe3f382d11fcb83d7f3c342b676837478821.zip |
add support for include in deadmessages.xml.
Diffstat (limited to 'src/resources/db/deaddb.h')
-rw-r--r-- | src/resources/db/deaddb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/db/deaddb.h b/src/resources/db/deaddb.h index 1e47e9c3b..06ed14722 100644 --- a/src/resources/db/deaddb.h +++ b/src/resources/db/deaddb.h @@ -33,6 +33,8 @@ namespace DeadDB */ void load(); + void loadXmlFile(const std::string &fileName); + /** * Clear the chars data */ |