Main simulation of game. /summary> To add a simulation in the game, add a class extending from cqsp::common::systems::ISimulationSystem
in the constructor.
More...
#include <simulation.h>
Main simulation of game. /summary> To add a simulation in the game, add a class extending from cqsp::common::systems::ISimulationSystem
in the constructor.
AddSystem<SimSystemName>();
◆ Simulation()
◆ AddSystem()
template<class T >
void cqsp::common::systems::simulation::Simulation::AddSystem |
( |
| ) |
|
|
inline |
◆ tick()
void Simulation::tick |
( |
| ) |
|
1 game tick, runs every single system that is added.
◆ m_game
◆ m_universe
◆ system_list
The documentation for this class was generated from the following files: