#include <playsingle_controller.hpp>
Public Member Functions | |
reset_gamestate_exception (std::shared_ptr< config > l, std::shared_ptr< config > stats, bool s=true) | |
Public Attributes | |
std::shared_ptr< config > | level |
std::shared_ptr< config > | stats_ |
bool | start_replay |
Definition at line 30 of file playsingle_controller.hpp.
|
inline |
Definition at line 32 of file playsingle_controller.hpp.
std::shared_ptr<config> reset_gamestate_exception::level |
Definition at line 33 of file playsingle_controller.hpp.
Referenced by playsingle_controller::play_scenario_main_loop().
bool reset_gamestate_exception::start_replay |
Definition at line 35 of file playsingle_controller.hpp.
Referenced by playsingle_controller::play_scenario_main_loop().
std::shared_ptr<config> reset_gamestate_exception::stats_ |
Definition at line 34 of file playsingle_controller.hpp.
Referenced by playsingle_controller::play_scenario_main_loop().