From 3830f0966e2c304cb441f9f8bd7a11d21391d04d Mon Sep 17 00:00:00 2001 From: scawful Date: Tue, 16 Jul 2024 13:38:58 -0400 Subject: [PATCH] add kEditorNames for popup editor window titles --- src/app/editor/utils/editor.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/app/editor/utils/editor.h b/src/app/editor/utils/editor.h index 97f15c41..abf71864 100644 --- a/src/app/editor/utils/editor.h +++ b/src/app/editor/utils/editor.h @@ -23,6 +23,11 @@ enum class EditorType { kSprite, }; +constexpr std::array kEditorNames = { + "Assembly", "Dungeon", "Graphics", "Music", + "Overworld", "Palette", "Screen", "Sprite", +}; + /** * @class Editor * @brief Interface for editor classes.