From 0fd434e3102a5aad5e6f24cf384f03c527ce7c04 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 19 May 2014 15:57:00 +0300 Subject: Move itemdb stat into separate file. --- src/resources/db/itemdb.h | 14 ++------------ 1 file changed, 2 insertions(+), 12 deletions(-) (limited to 'src/resources/db/itemdb.h') diff --git a/src/resources/db/itemdb.h b/src/resources/db/itemdb.h index 8a113cf6c..5328ecc59 100644 --- a/src/resources/db/itemdb.h +++ b/src/resources/db/itemdb.h @@ -25,6 +25,8 @@ #include "utils/stringvector.h" +#include "resources/db/itemdbstat.h" + #include #include "localconsts.h" @@ -57,18 +59,6 @@ namespace ItemDB int getTagId(const std::string &tagName) A_WARN_UNUSED; - struct Stat - { - Stat(const std::string &tag0, - const std::string &format0) : - tag(tag0), - format(format0) - {} - - std::string tag; - std::string format; - }; - void setStatsList(const std::vector &stats); } // namespace ItemDB -- cgit v1.2.3-60-g2f50