yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
overworld_panel_access.h
Go to the documentation of this file.
1#ifndef YAZE_APP_EDITOR_OVERWORLD_PANELS_OVERWORLD_PANEL_ACCESS_H
2#define YAZE_APP_EDITOR_OVERWORLD_PANELS_OVERWORLD_PANEL_ACCESS_H
3
6
7namespace yaze::editor {
8
10
12 return CurrentTypedWindowContext<OverworldEditor>("Overworld");
13}
14
17 return ctx.editor;
18}
19
20} // namespace yaze::editor
21
22#endif // YAZE_APP_EDITOR_OVERWORLD_PANELS_OVERWORLD_PANEL_ACCESS_H
Main UI class for editing overworld maps in A Link to the Past.
Editors are the view controllers for the application.
OverworldEditor * CurrentOverworldEditor()
OverworldWindowContext CurrentOverworldWindowContext()