#include <World.h>
Inheritance diagram for Teem::World:

Public Member Functions | |
| virtual | ~World () |
| Virtual destructor, do nothing. | |
| template<class C> | |
| C * | getCapability (void) |
| If this world has capability C, return it; otherwise, return NULL. | |
| virtual void | step (double dt)=0 |
| Run the world for dt milliseconds. | |
1.4.2