Simulation.cpp
Go to the documentation of this file.
13 this->cm.log( SRC_INFO, Defs::Log::Simulation, "Game state change: ", this->sim->state.Get(), " -> ", SimulationState::Running, "." );
23 this->cm.log( SRC_INFO, Defs::Log::Simulation, "Game state change: ", this->sim->state.Get(), " -> ", SimulationState::Ended, "." );
36 this->cm.log( SRC_INFO, Defs::Log::Simulation, "Game state change: ", this->sim->state.Get(), " -> ", SimulationState::Paused, "." );
46 this->cm.log( SRC_INFO, Defs::Log::Simulation, "Game state change: ", this->sim->state.Get(), " -> ", SimulationState::Running, "." );