yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
default_editor_factories.h
Go to the documentation of this file.
1#ifndef YAZE_APP_EDITOR_SYSTEM_DEFAULT_EDITOR_FACTORIES_H_
2#define YAZE_APP_EDITOR_SYSTEM_DEFAULT_EDITOR_FACTORIES_H_
3
4namespace yaze::editor {
5
6class EditorRegistry;
7
8// Registers the built-in editor factories used to construct an EditorSet for a
9// ROM session.
10void RegisterDefaultEditorFactories(EditorRegistry* registry);
11
12} // namespace yaze::editor
13
14#endif // YAZE_APP_EDITOR_SYSTEM_DEFAULT_EDITOR_FACTORIES_H_
15
Editors are the view controllers for the application.
void RegisterDefaultEditorFactories(EditorRegistry *registry)