yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
dungeon_panel_access.h
Go to the documentation of this file.
1#ifndef YAZE_APP_EDITOR_DUNGEON_PANELS_DUNGEON_PANEL_ACCESS_H
2#define YAZE_APP_EDITOR_DUNGEON_PANELS_DUNGEON_PANEL_ACCESS_H
3
6
7namespace yaze::editor {
8
10
12 return CurrentTypedWindowContext<DungeonEditorV2>("Dungeon");
13}
14
15} // namespace yaze::editor
16
17#endif // YAZE_APP_EDITOR_DUNGEON_PANELS_DUNGEON_PANEL_ACCESS_H
Editors are the view controllers for the application.
DungeonWindowContext CurrentDungeonWindowContext()