#include <set>
#include <sstream>
#include "whiteboard/side_actions.hpp"
#include "whiteboard/action.hpp"
#include "whiteboard/attack.hpp"
#include "whiteboard/manager.hpp"
#include "whiteboard/move.hpp"
#include "whiteboard/recall.hpp"
#include "whiteboard/recruit.hpp"
#include "whiteboard/suppose_dead.hpp"
#include "whiteboard/highlighter.hpp"
#include "whiteboard/utility.hpp"
#include "actions/undo.hpp"
#include "display.hpp"
#include "game_end_exceptions.hpp"
#include "game_state.hpp"
#include "play_controller.hpp"
#include "resources.hpp"
#include "units/unit.hpp"
#include "utils/iterable_pair.hpp"
Go to the source code of this file.
Namespaces | |
wb | |
Functions | |
std::ostream & | wb::operator<< (std::ostream &out, const wb::side_actions &side_actions) |
Dumps side_actions on a stream, for debug purposes. More... | |