#pragma once #include "GuiApplication.h" #include "Scene.h" #include "Memory.h" class TestUiApplication : public GuiApplication { public: TestUiApplication(Ptr args = nullptr, Ptr mainApp = nullptr); DesktopManager* getDesktopManager() const; Scene* getMainWindowScene() const; };