diff options
author | Andrei Karas <akaras@inbox.ru> | 2017-04-21 20:36:23 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2017-04-21 20:37:02 +0300 |
commit | e465ecdf0c7f867a62236a5a0945a85f35eee039 (patch) | |
tree | 7bc97c683d542f11a1f5b069e77cf70f552d14fe /src/resources/db/itemoptiondb.h | |
parent | 862e8f821789014b6167f37976b80694d6d310e3 (diff) | |
download | manaverse-e465ecdf0c7f867a62236a5a0945a85f35eee039.tar.gz manaverse-e465ecdf0c7f867a62236a5a0945a85f35eee039.tar.bz2 manaverse-e465ecdf0c7f867a62236a5a0945a85f35eee039.tar.xz manaverse-e465ecdf0c7f867a62236a5a0945a85f35eee039.zip |
Show item options in item popups.
Diffstat (limited to 'src/resources/db/itemoptiondb.h')
-rw-r--r-- | src/resources/db/itemoptiondb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/db/itemoptiondb.h b/src/resources/db/itemoptiondb.h index 6c7fb898f..9e088c76f 100644 --- a/src/resources/db/itemoptiondb.h +++ b/src/resources/db/itemoptiondb.h @@ -40,6 +40,8 @@ namespace ItemOptionDb void loadXmlFile(const std::string &fileName, const SkipError skipError); + const std::vector<ItemFieldType*> &getFields(const int id); + typedef std::map<int, std::vector<ItemFieldType*> > OptionInfos; } // namespace ItemOptionDb |