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
4
#include "
app/editor/registry/window_context.h
"
5
#include "
app/editor/dungeon/dungeon_editor_v2.h
"
6
7
namespace
yaze::editor
{
8
9
using
DungeonWindowContext
=
TypedWindowContext<DungeonEditorV2>
;
10
11
inline
DungeonWindowContext
CurrentDungeonWindowContext
() {
12
return
CurrentTypedWindowContext<DungeonEditorV2>(
"Dungeon"
);
13
}
14
15
}
// namespace yaze::editor
16
17
#endif
// YAZE_APP_EDITOR_DUNGEON_PANELS_DUNGEON_PANEL_ACCESS_H
dungeon_editor_v2.h
yaze::editor
Editors are the view controllers for the application.
Definition
patch_export_usage.cc:9
yaze::editor::CurrentDungeonWindowContext
DungeonWindowContext CurrentDungeonWindowContext()
Definition
dungeon_panel_access.h:11
window_context.h
yaze::editor::TypedWindowContext
Definition
window_context.h:11
src
app
editor
dungeon
ui
window
dungeon_panel_access.h
Generated by
1.10.0