A single tile coordinate + old/new value pair for undo/redo. More...
#include <overworld_undo_actions.h>
Public Attributes | |
| int | x = 0 |
| int | y = 0 |
| int | old_tile_id = 0 |
| int | new_tile_id = 0 |
A single tile coordinate + old/new value pair for undo/redo.
Definition at line 23 of file overworld_undo_actions.h.
| int yaze::editor::OverworldTileChange::x = 0 |
Definition at line 24 of file overworld_undo_actions.h.
| int yaze::editor::OverworldTileChange::y = 0 |
Definition at line 25 of file overworld_undo_actions.h.
| int yaze::editor::OverworldTileChange::old_tile_id = 0 |
Definition at line 26 of file overworld_undo_actions.h.
| int yaze::editor::OverworldTileChange::new_tile_id = 0 |
Definition at line 27 of file overworld_undo_actions.h.