yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::Tile16CompSnapshot Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ tile16_id

int yaze::editor::Tile16CompSnapshot::tile16_id = 0

◆ tile_info

std::array<gfx::TileInfo, 4> yaze::editor::Tile16CompSnapshot::tile_info

The documentation for this struct was generated from the following file: