#include <IUpdater.hpp>
Public Member Functions | |
virtual void | update ()=0 |
a pure virtual update function. |
virtual void DSOL::IUpdater::update | ( | ) | [pure virtual] |
a pure virtual update function.
you can call this function on every instance of a class implementing IUpdater. the instance should then update everything he wants.
Implemented in DSOL::Sprites::AffineMatrix, and DSOL::Sprites::Sprite.