The Battle for Wesnoth  1.19.0-dev
Classes | Typedefs
arrow.hpp File Reference

Arrows destined to be drawn on the map. More...

#include "display.hpp"
Include dependency graph for arrow.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  arrow
 Arrows destined to be drawn on the map. More...
 

Typedefs

typedef std::vector< map_locationarrow_path_t
 

Detailed Description

Arrows destined to be drawn on the map.

Created for the whiteboard project.

Definition in file arrow.hpp.

Typedef Documentation

◆ arrow_path_t

typedef std::vector<map_location> arrow_path_t

Definition at line 25 of file arrow.hpp.