Snapshot of tile16 composition state for undo/redo. More...
#include <screen_undo_actions.h>
Public Attributes | |
| int | tile16_id = 0 |
| std::array< gfx::TileInfo, 4 > | tile_info |
Snapshot of tile16 composition state for undo/redo.
Captures the 4 TileInfo entries that compose a single tile16 so that modifications to tile16 definitions can be undone.
Definition at line 47 of file screen_undo_actions.h.
| int yaze::editor::Tile16CompSnapshot::tile16_id = 0 |
Definition at line 48 of file screen_undo_actions.h.
Referenced by yaze::editor::ScreenEditor::CaptureTile16CompSnapshot(), and yaze::editor::ScreenEditor::RestoreFromSnapshot().
| std::array<gfx::TileInfo, 4> yaze::editor::Tile16CompSnapshot::tile_info |
Definition at line 49 of file screen_undo_actions.h.
Referenced by yaze::editor::ScreenEditor::CaptureTile16CompSnapshot(), and yaze::editor::ScreenEditor::RestoreFromSnapshot().