diff options
Diffstat (limited to 'src/resources/db/statdb.h')
-rw-r--r-- | src/resources/db/statdb.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/resources/db/statdb.h b/src/resources/db/statdb.h index 5a5d3920a..d9aaf1568 100644 --- a/src/resources/db/statdb.h +++ b/src/resources/db/statdb.h @@ -39,9 +39,11 @@ namespace StatDb void loadXmlFile(const std::string &fileName, const SkipError skipError); - void addBasicStats(); + void addDefaultStats(); - const std::vector<BasicStat> &getExtraStats(); + const std::vector<BasicStat> &getBasicStats(); + + const std::vector<BasicStat> &getExtendedStats(); } // namespace StatDb #endif // RESOURCES_DB_STATDB_H |