summaryrefslogtreecommitdiff
path: root/src/resources/chardb.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/chardb.h')
-rw-r--r--src/resources/chardb.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/resources/chardb.h b/src/resources/chardb.h
index 60ff31084..d0628fbdf 100644
--- a/src/resources/chardb.h
+++ b/src/resources/chardb.h
@@ -27,6 +27,8 @@
#include "utils/xml.h"
+#include <vector>
+
/**
* Char information database.
*/
@@ -57,6 +59,8 @@ namespace CharDB
unsigned getMaxStat();
unsigned getSumStat();
+
+ const std::vector<int> &getDefaultItems();
}
#endif