yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
wasm_z3ed_stub.cc
Go to the documentation of this file.
1#ifdef __EMSCRIPTEN__
11namespace yaze::editor {
12class EditorManager;
13}
14
15namespace yaze::app {
16
18 return nullptr;
19}
20
21} // namespace yaze::app
22
23#endif // __EMSCRIPTEN__
The EditorManager controls the main editor window and manages the various editor classes.
yaze::editor::EditorManager * GetGlobalEditorManager()
Definition main.cc:98
Editors are the view controllers for the application.
Definition agent_chat.cc:23