31 #ifndef CRAB_OPINION_H 32 #define CRAB_OPINION_H 34 #include "crab/rapidxml/rapidxml.hpp" 37 namespace pyrodactyl {
51 extern int OPINION_MIN, OPINION_MAX;
61 void change(
const OpinionType &type,
const int &change);
62 void set(
const OpinionType &type,
const int &val);
63 void validate(
const OpinionType &type);
65 void load(rapidxml::xml_node<char> *node);
66 void saveState(rapidxml::xml_document<> &doc, rapidxml::xml_node<char> *root);
73 #endif // CRAB_OPINION_H
Definition: moveeffect.h:37