yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
panel_manager.h
Go to the documentation of this file.
1#ifndef YAZE_APP_EDITOR_SYSTEM_PANEL_MANAGER_H_
2#define YAZE_APP_EDITOR_SYSTEM_PANEL_MANAGER_H_
3
4// Compatibility header: panel APIs were unified into WorkspaceWindowManager /
5// WindowDescriptor. New code should include workspace_window_manager.h directly.
6
8
9namespace yaze {
10namespace editor {
11
14
15} // namespace editor
16} // namespace yaze
17
18#endif // YAZE_APP_EDITOR_SYSTEM_PANEL_MANAGER_H_
Central registry for all editor cards with session awareness and dependency injection.
Metadata for a dockable editor window (formerly PanelInfo)