The Battle for Wesnoth  1.13.4+dev
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Classes | Namespaces
undo.hpp File Reference

Various functions that implement the undoing (and redoing) of in-game commands. More...

#include "vision.hpp"
#include "map/location.hpp"
#include "units/ptr.hpp"
#include "undo_action.hpp"
#include <boost/noncopyable.hpp>
#include <boost/ptr_container/ptr_vector.hpp>
#include <boost/optional.hpp>
#include <vector>
Include dependency graph for undo.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  actions::undo_list
 Class to store the actions that a player can undo and redo. More...
 

Namespaces

 actions
 

Detailed Description

Various functions that implement the undoing (and redoing) of in-game commands.

Definition in file undo.hpp.