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

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
 

Detailed Description

A single tile coordinate + old/new value pair for undo/redo.

Definition at line 23 of file overworld_undo_actions.h.

Member Data Documentation

◆ x

int yaze::editor::OverworldTileChange::x = 0

Definition at line 24 of file overworld_undo_actions.h.

◆ y

int yaze::editor::OverworldTileChange::y = 0

Definition at line 25 of file overworld_undo_actions.h.

◆ old_tile_id

int yaze::editor::OverworldTileChange::old_tile_id = 0

Definition at line 26 of file overworld_undo_actions.h.

◆ new_tile_id

int yaze::editor::OverworldTileChange::new_tile_id = 0

Definition at line 27 of file overworld_undo_actions.h.


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