#include "attack.hpp"#include "visitor.hpp"#include "utility.hpp"#include "arrow.hpp"#include "config.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) |
1.8.8