#include <dungeon_undo_actions.h>
Public Attributes | |
| uint8_t | sram_bit_mask = 0 |
| std::vector< uint16_t > | offsets |
Definition at line 80 of file dungeon_undo_actions.h.
| uint8_t yaze::editor::WaterFillSnapshot::sram_bit_mask = 0 |
Definition at line 81 of file dungeon_undo_actions.h.
Referenced by yaze::editor::anonymous_namespace{dungeon_editor_v2.cc}::MakeWaterFillSnapshot(), and yaze::editor::DungeonEditorV2::RestoreRoomWaterFill().
| std::vector<uint16_t> yaze::editor::WaterFillSnapshot::offsets |
Definition at line 82 of file dungeon_undo_actions.h.
Referenced by yaze::editor::anonymous_namespace{dungeon_editor_v2.cc}::MakeWaterFillSnapshot(), yaze::editor::DungeonWaterFillAction::MemoryUsage(), and yaze::editor::DungeonEditorV2::RestoreRoomWaterFill().