DSOL::IUpdater Class Reference

an updater interfase that makes sure that every class implementing this has an update() fucntion. More...

#include <IUpdater.hpp>

Inheritance diagram for DSOL::IUpdater:

DSOL::Sprites::AffineMatrix DSOL::Sprites::Sprite

List of all members.

Public Member Functions

virtual void update ()=0
 a pure virtual update function.


Detailed Description

an updater interfase that makes sure that every class implementing this has an update() fucntion.

Member Function Documentation

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.


The documentation for this class was generated from the following file:

Generated on Thu Aug 6 18:17:49 2009 for DSOL by  doxygen 1.5.8