add kEditorNames for popup editor window titles

This commit is contained in:
scawful
2024-07-16 13:38:58 -04:00
parent e46aea317d
commit 3830f0966e

View File

@@ -23,6 +23,11 @@ enum class EditorType {
kSprite,
};
constexpr std::array<const char*, 8> kEditorNames = {
"Assembly", "Dungeon", "Graphics", "Music",
"Overworld", "Palette", "Screen", "Sprite",
};
/**
* @class Editor
* @brief Interface for editor classes.