yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::zelda3::DungeonEditorSystem::UndoPoint Struct Reference
Collaboration diagram for yaze::zelda3::DungeonEditorSystem::UndoPoint:

Public Attributes

EditorState state
 
std::unordered_map< int, Roomrooms
 
std::chrono::steady_clock::time_point timestamp
 

Detailed Description

Definition at line 99 of file dungeon_editor_system.h.

Member Data Documentation

◆ state

EditorState yaze::zelda3::DungeonEditorSystem::UndoPoint::state

Definition at line 100 of file dungeon_editor_system.h.

◆ rooms

std::unordered_map<int, Room> yaze::zelda3::DungeonEditorSystem::UndoPoint::rooms

Definition at line 101 of file dungeon_editor_system.h.

◆ timestamp

std::chrono::steady_clock::time_point yaze::zelda3::DungeonEditorSystem::UndoPoint::timestamp

Definition at line 102 of file dungeon_editor_system.h.


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