#include <SimulationTimer.h>
Collaboration diagram for Teddy::SpaceGame::SimulationTimer:
Public Methods | |
SimulationTimer (Root *root) | |
SimulationTimer construtor. More... | |
virtual void | tick () |
Tick SimulationTimer. More... | |
Protected Attributes | |
Root * | root |
Clock * | clock |
Definition at line 45 of file SimulationTimer.h.
|
SimulationTimer construtor.
Definition at line 41 of file SimulationTimer.cpp. References clock, root, and SIMULATION_INTERVAL_MS. |
|
Tick SimulationTimer.
Definition at line 51 of file SimulationTimer.cpp. |
|
Definition at line 53 of file SimulationTimer.h. Referenced by SimulationTimer(), and tick(). |
|
Definition at line 52 of file SimulationTimer.h. Referenced by SimulationTimer(), and tick(). |