summaryrefslogtreecommitdiff
path: root/src/resources/itemdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/itemdb.h')
-rw-r--r--src/resources/itemdb.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/resources/itemdb.h b/src/resources/itemdb.h
index 76e646c0f..54e8ceb33 100644
--- a/src/resources/itemdb.h
+++ b/src/resources/itemdb.h
@@ -23,6 +23,7 @@
#define ITEM_MANAGER_H
#include <list>
+#include <vector>
#include <map>
#include <string>
@@ -49,6 +50,8 @@ namespace ItemDB
*/
void unload();
+ std::vector<std::string> &getTags();
+
bool exists(int id);
const ItemInfo &get(int id);