30 namespace actions { 
class undo_list; }
 
   37 namespace pathfind { 
class manager; }
 
   39 namespace wb { 
class manager; } 
 
   57     extern std::shared_ptr<wb::manager> 
whiteboard;
 
Class to store the actions that a player can undo and redo.
Manages a list of fake units for the display object.
The game event manager loads the scenario configuration object, and ensures that events are handled a...
::tod_manager * tod_manager
persist_manager * persist
fake_unit_manager * fake_units
game_events::manager * game_events
actions::undo_list * undo_stack
soundsource::manager * soundsources
game_lua_kernel * lua_kernel
game_classification * classification
pathfind::manager * tunnels
play_controller * controller
filter_context * filter_con
std::shared_ptr< wb::manager > whiteboard