24 #ifndef RESOURCES_ANIMATION_SIMPLEANIMATION_H
25 #define RESOURCES_ANIMATION_SIMPLEANIMATION_H
55 const std::string& dyePalettes);
65 bool update(
const int timePassed);
68 const int posX,
const int posY)
const A_NONNULL(2);
79 const std::string &dyePalettes);
bool update(const int timePassed)
const Frame * mCurrentFrame
Image * getCurrentImage() const
void draw(Graphics *const graphics, const int posX, const int posY) const
void initializeAnimation(const xmlNodePtr animationNode, const std::string &dyePalettes)
SimpleAnimation(Animation *const animation)
#define A_DELETE_COPY(func)