31 #ifndef CRAB_ANIMATION_H 32 #define CRAB_ANIMATION_H 34 #include "crab/timer.h" 35 #include "crab/animation/AnimationEffect.h" 36 #include "crab/animation/AnimationFrame.h" 40 namespace pyrodactyl {
57 Animation(rapidxml::xml_node<char> *node);
62 bool internalEvents(DrawType &gameDraw);
73 #endif // CRAB__ANIMATION_H
Definition: animation.h:42
Definition: moveeffect.h:37