Add edit-undo history to tileset metatile editing

This commit is contained in:
Marcus Huderle
2018-10-06 17:07:36 -05:00
parent 888270f3ef
commit e42c2e1a81
7 changed files with 149 additions and 14 deletions

View File

@@ -14,6 +14,7 @@ public:
uint8_t layerType;
Metatile *copy();
void copyInPlace(Metatile*);
static int getBlockIndex(int);
};