[nostalgia] Add PaletteEditor

This commit is contained in:
2022-04-02 16:38:38 -05:00
parent 99987ee423
commit 71e0f181ea
14 changed files with 251 additions and 334 deletions
+2 -2
View File
@@ -14,7 +14,7 @@
namespace nostalgia::studio {
struct EditorMaker {
using Func = std::function<class Editor*(ox::String)>;
using Func = std::function<ox::Result<class Editor*>(const ox::String&)>;
ox::Vector<ox::String> fileTypes;
Func make;
};
@@ -27,4 +27,4 @@ class Module {
};
}
}