The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces | Functions
move.hpp File Reference
#include "action.hpp"
#include "game_errors.hpp"
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)