Public Member Functions | |
AnimationManager (DraciEngine *vm) | |
void | insert (Animation *anim, bool allocateIndex) |
Animation * | load (uint animNum) |
void | pauseAnimations () |
void | unpauseAnimations () |
void | deleteAnimation (Animation *anim) |
void | deleteOverlays () |
void | deleteAll () |
void | drawScene (Surface *surf) |
Animation * | getAnimation (int id) |
int | getLastIndex () const |
void | deleteAfterIndex (int index) |
const Animation * | getTopAnimation (int x, int y) const |