24 #ifndef RESOURCES_MAP_TILEANIMATION_H
25 #define RESOURCES_MAP_TILEANIMATION_H
53 bool update(
const int ticks);
56 {
mAffected.push_back(std::make_pair(layer, index)); }
bool update(const int ticks)
SimpleAnimation * mAnimation
void addAffectedTile(MapLayer *const layer, const int index)
TileAnimation(Animation *const ani)
#define A_DELETE_COPY(func)
TileAnimationMap::const_iterator TileAnimationMapCIter
std::vector< std::pair< MapLayer *, int > > TilePairVector
std::map< int, TileAnimation * > TileAnimationMap
TilePairVector::const_iterator TilePairVectorCIter