31 #ifndef CRAB_PROGRESSBAR_H 32 #define CRAB_PROGRESSBAR_H 34 #include "crab/timer.h" 35 #include "crab/ui/ClipButton.h" 39 namespace pyrodactyl {
83 CaptionText(rapidxml::xml_node<char> *node) {
84 if (!loadNum(_val,
"val", node))
87 if (!loadStr(_text,
"text", node))
110 void load(rapidxml::xml_node<char> *node);
112 void draw(
const int &value,
const int &max);
113 void effect(
const int &value,
const int &prev);
120 #endif // CRAB_PROGRESSBAR_H
Definition: moveeffect.h:37
Definition: ProgressBar.h:41