31 #ifndef CRAB_ANIMATIONFRAME_H 32 #define CRAB_ANIMATIONFRAME_H 34 #include "crab/animation/AnimationEffect.h" 35 #include "crab/image/ImageManager.h" 36 #include "crab/text/TextManager.h" 37 #include "crab/ui/HoverInfo.h" 41 namespace pyrodactyl {
49 uint32 _start, _finish;
73 void draw(
const uint32 ×tamp);
74 DrawType internalEvents(
const uint32 ×tamp);
81 #endif // CRAB_ANIMATIONFRAME_H Definition: AnimationFrame.h:44
Definition: moveeffect.h:37
Definition: AnimationEffect.h:55
Definition: HoverInfo.h:41