setLayout to create layout-only edit mode

This commit is contained in:
garak
2023-02-01 20:28:54 -05:00
parent 90f8218c32
commit 18eb3ceb1e
12 changed files with 186 additions and 56 deletions

View File

@@ -92,6 +92,8 @@ public:
void clearBorderCache();
void cacheBorder();
bool hasUnsavedChanges();
bool layoutBlockChanged(int i, const Blockdata &cache);
uint16_t getBorderMetatileId(int x, int y);