The Battle for Wesnoth  1.19.0-dev
Classes | Namespaces | Functions
move.hpp File Reference
#include "action.hpp"
#include <cassert>
Include dependency graph for move.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  wb::move
 A planned move, represented on the map by an arrow and a ghosted unit in the destination hex. More...
 

Namespaces

 wb
 

Functions

std::ostream & wb::operator<< (std::ostream &s, move_ptr move)
 Dumps an move on a stream, for debug purposes. More...
 
std::ostream & wb::operator<< (std::ostream &s, move_const_ptr move)