summaryrefslogtreecommitdiff
path: root/src/resources/db/itemdb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/db/itemdb.h')
-rw-r--r--src/resources/db/itemdb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/resources/db/itemdb.h b/src/resources/db/itemdb.h
index b0aceef32..cc94145ab 100644
--- a/src/resources/db/itemdb.h
+++ b/src/resources/db/itemdb.h
@@ -72,6 +72,8 @@ namespace ItemDB
#ifdef UNITTESTS
ItemDB::NamedItemInfos &getNamedItemInfosTest();
+
+ ItemDB::ItemInfos &getItemInfosTest();
#endif
int getTagId(const std::string &tagName) A_WARN_UNUSED;