[nostalgia] Split studio::Editor into Editor and BaseEditor

This commit is contained in:
2022-04-09 16:20:39 -05:00
parent 56964e197a
commit edf4571ff7
8 changed files with 64 additions and 55 deletions
@@ -23,7 +23,7 @@ enum class Tool {
Select,
};
class TileSheetEditorImGui: public studio::Editor {
class TileSheetEditorImGui: public studio::BaseEditor {
private:
class SubSheetEditor {