[nostalgia/core/studio] Add support for TileSheetEditor unsaved changes status

This commit is contained in:
2022-02-21 20:00:21 -06:00
parent bc9b896d3d
commit 9b1275e704
3 changed files with 11 additions and 8 deletions
@@ -69,16 +69,12 @@ class TileSheetEditorImGui: public studio::Editor {
void drawPalettePicker() noexcept;
// slots
public:
ox::Error colorSelected() noexcept;
ox::Error setColorTable() noexcept;
// slots
private:
ox::Error updateAfterClicked() noexcept;
ox::Error markUnsavedChanges() noexcept;
};
}