diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-01-06 17:06:22 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2014-01-06 17:06:22 +0300 |
commit | dc17affd65b8be94ad24fe440925602475186118 (patch) | |
tree | 11953729aeb80edac13f1cfe0de47ed7ffe92346 /src/resources/db/emotedb.h | |
parent | a3fdbe3f382d11fcb83d7f3c342b676837478821 (diff) | |
download | plus-dc17affd65b8be94ad24fe440925602475186118.tar.gz plus-dc17affd65b8be94ad24fe440925602475186118.tar.bz2 plus-dc17affd65b8be94ad24fe440925602475186118.tar.xz plus-dc17affd65b8be94ad24fe440925602475186118.zip |
add support for include in emotes.xml.
Diffstat (limited to 'src/resources/db/emotedb.h')
-rw-r--r-- | src/resources/db/emotedb.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/db/emotedb.h b/src/resources/db/emotedb.h index a7dc40422..f00bfbb47 100644 --- a/src/resources/db/emotedb.h +++ b/src/resources/db/emotedb.h @@ -69,6 +69,10 @@ namespace EmoteDB { void load(); + void loadXmlFile(const std::string &fileName); + + void loadSpecialXmlFile(const std::string &fileName); + void unload(); const EmoteInfo *get(const int id, |