ManaPlus
Namespaces | Typedefs | Functions
itemoptiondb.h File Reference

(986a3bf)

#include "enums/simpletypes/skiperror.h"
#include "utils/vector.h"
#include <map>
#include <string>
#include "localconsts.h"

Go to the source code of this file.

Namespaces

 ItemOptionDb
 

Typedefs

typedef std::map< int, std::vector< ItemFieldType * > > ItemOptionDb::OptionInfos
 

Functions

void ItemOptionDb::load ()
 
void ItemOptionDb::unload ()
 
void ItemOptionDb::loadXmlFile (const std::string &fileName, const SkipError skipError)
 
const std::vector< ItemFieldType * > & ItemOptionDb::getFields (const int id)