#include <editor.h>
Public Member Functions | |
| void | Clear () |
Public Attributes | |
| bool | has_overworld_tile16 = false |
| std::vector< int > | overworld_tile16_ids |
| int | overworld_width = 0 |
| int | overworld_height = 0 |
|
inline |
Definition at line 118 of file editor.h.
References has_overworld_tile16, overworld_height, overworld_tile16_ids, and overworld_width.
| bool yaze::editor::EditorDependencies::SharedClipboard::has_overworld_tile16 = false |
Definition at line 113 of file editor.h.
Referenced by Clear(), yaze::editor::OverworldEditor::Copy(), yaze::editor::OverworldEditor::DrawScratchSpacePattern(), and yaze::editor::OverworldEditor::Paste().
| std::vector<int> yaze::editor::EditorDependencies::SharedClipboard::overworld_tile16_ids |
Definition at line 114 of file editor.h.
Referenced by Clear(), yaze::editor::OverworldEditor::Copy(), yaze::editor::OverworldEditor::DrawScratchSpacePattern(), and yaze::editor::OverworldEditor::Paste().
| int yaze::editor::EditorDependencies::SharedClipboard::overworld_width = 0 |
Definition at line 115 of file editor.h.
Referenced by Clear(), yaze::editor::OverworldEditor::Copy(), yaze::editor::OverworldEditor::DrawScratchSpacePattern(), and yaze::editor::OverworldEditor::Paste().
| int yaze::editor::EditorDependencies::SharedClipboard::overworld_height = 0 |
Definition at line 116 of file editor.h.
Referenced by Clear(), yaze::editor::OverworldEditor::Copy(), yaze::editor::OverworldEditor::DrawScratchSpacePattern(), and yaze::editor::OverworldEditor::Paste().