#include "whiteboard/action.hpp"
#include "whiteboard/move.hpp"
#include "whiteboard/attack.hpp"
#include "whiteboard/recruit.hpp"
#include "whiteboard/recall.hpp"
#include "whiteboard/suppose_dead.hpp"
#include "config.hpp"
#include "game_board.hpp"
#include "resources.hpp"
#include "units/unit.hpp"
Go to the source code of this file.
Namespaces | |
wb | |
Functions | |
std::ostream & | wb::operator<< (std::ostream &s, action_ptr action) |
std::ostream & | wb::operator<< (std::ostream &s, action_const_ptr action) |