yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
overworld_window_context.h
Go to the documentation of this file.
1#ifndef YAZE_APP_EDITOR_OVERWORLD_UI_SHARED_OVERWORLD_WINDOW_CONTEXT_H
2#define YAZE_APP_EDITOR_OVERWORLD_UI_SHARED_OVERWORLD_WINDOW_CONTEXT_H
3
6
7namespace yaze::editor {
8
9using OverworldWindowContext = TypedWindowContext<OverworldEditor>;
10
12 return CurrentTypedWindowContext<OverworldEditor>("Overworld");
13}
14
15} // namespace yaze::editor
16
17#endif // YAZE_APP_EDITOR_OVERWORLD_UI_SHARED_OVERWORLD_WINDOW_CONTEXT_H
Editors are the view controllers for the application.
TypedWindowContext< OverworldEditor > OverworldWindowContext
OverworldWindowContext CurrentOverworldWindowContext()