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
4
#include "
app/editor/overworld/overworld_editor.h
"
5
#include "
app/editor/registry/window_context.h
"
6
7
namespace
yaze::editor
{
8
9
using
OverworldWindowContext
= TypedWindowContext<OverworldEditor>;
10
11
inline
OverworldWindowContext
CurrentOverworldWindowContext
() {
12
return
CurrentTypedWindowContext<OverworldEditor>(
"Overworld"
);
13
}
14
15
}
// namespace yaze::editor
16
17
#endif
// YAZE_APP_EDITOR_OVERWORLD_UI_SHARED_OVERWORLD_WINDOW_CONTEXT_H
yaze::editor
Editors are the view controllers for the application.
Definition
patch_export_usage.cc:9
yaze::editor::OverworldWindowContext
TypedWindowContext< OverworldEditor > OverworldWindowContext
Definition
overworld_panel_access.h:9
yaze::editor::CurrentOverworldWindowContext
OverworldWindowContext CurrentOverworldWindowContext()
Definition
overworld_panel_access.h:11
overworld_editor.h
window_context.h
src
app
editor
overworld
ui
shared
overworld_window_context.h
Generated by
1.10.0