#include "controller_base.hpp"
#include "game_end_exceptions.hpp"
#include "help/help.hpp"
#include "hotkey/command_executor.hpp"
#include "menu_events.hpp"
#include "mouse_events.hpp"
#include "persist_manager.hpp"
#include "tod_manager.hpp"
#include "game_state.hpp"
#include "utils/optimer.hpp"
#include "utils/optional_fwd.hpp"
#include <set>
Go to the source code of this file.
Classes | |
class | play_controller |
struct | play_controller::scoped_savegame_snapshot |
Namespaces | |
actions | |
font | |
Graphical text output. | |
game_events | |
Domain specific events. | |
wb | |