[nostalgia] Add PaletteEditor
This commit is contained in:
@@ -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 {
|
||||
|
||||
};
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user