Unravel Engine C++ Reference
Loading...
Searching...
No Matches
dockspace.h
Go to the documentation of this file.
1#pragma once
2
3namespace unravel
4{
6{
7public:
8 void on_frame_ui_render(float headerSize, float footerSize);
9
11};
12} // namespace unravel
void execute_dock_builder_order_and_focus_workaround()
Definition dockspace.cpp:73
void on_frame_ui_render(float headerSize, float footerSize)
Definition dockspace.cpp:45