ManaPlus
|
#include "enums/simpletypes/skiperror.h"
#include "utils/vector.h"
#include "resources/basicstat.h"
#include "localconsts.h"
Go to the source code of this file.
Namespaces | |
StatDb | |
Functions | |
void | StatDb::load () |
void | StatDb::unload () |
void | StatDb::loadXmlFile (const std::string &fileName, const SkipError skipError) |
void | StatDb::addDefaultStats () |
const std::vector< BasicStat > & | StatDb::getBasicStats () |
const std::vector< BasicStat > & | StatDb::getStats (const std::string &page) |
const std::vector< std::string > & | StatDb::getPages () |