#include "action.hpp"
#include "move.hpp"
#include "attack.hpp"
#include "recruit.hpp"
#include "recall.hpp"
#include "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) |