111 auto undo = std::make_unique<editor_action_item_facing>(
loc_, old_direction_, new_direction_);
std::unique_ptr< editor_action > perform(map_context &mc) const override
Perform the action, returning an undo action that, when performed, shall reverse any effects of this ...
This class wraps around a map to provide a concise interface for the editor to work with...