| 895 | } |
| 896 | |
| 897 | Viewport* WindowGetViewport(WindowBase* w) |
| 898 | { |
| 899 | if (w == nullptr) |
| 900 | { |
| 901 | return nullptr; |
| 902 | } |
| 903 | |
| 904 | return w->viewport; |
| 905 | } |
| 906 | |
| 907 | // TODO: declared in WindowManager.h; move when refactors continue |
| 908 | Ui::IWindowManager* Ui::GetWindowManager() |
no outgoing calls
no test coverage detected