#include "whiteboard/attack.hpp"
#include "whiteboard/visitor.hpp"
#include "config.hpp"
#include "draw.hpp"
#include "fake_unit_ptr.hpp"
#include "game_board.hpp"
#include "play_controller.hpp"
#include "resources.hpp"
#include "units/unit.hpp"
#include "units/map.hpp"
Go to the source code of this file.
Namespaces | |
wb | |
Functions | |
std::ostream & | wb::operator<< (std::ostream &s, attack_ptr attack) |
Dumps an attack on a stream, for debug purposes. More... | |
std::ostream & | wb::operator<< (std::ostream &s, attack_const_ptr attack) |