aboutsummaryrefslogtreecommitdiff
path: root/src/ui/Helper.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/Helper.hpp')
-rw-r--r--src/ui/Helper.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/ui/Helper.hpp b/src/ui/Helper.hpp
index 6923852f..327f91ff 100644
--- a/src/ui/Helper.hpp
+++ b/src/ui/Helper.hpp
@@ -12,6 +12,6 @@ struct IUiApplication;
} // namespace cru::platform
namespace cru::ui {
-cru::platform::graph::IGraphFactory* GetGraphFactory();
-cru::platform::native::IUiApplication* GetUiApplication();
+cru::platform::graphics::IGraphFactory* GetGraphFactory();
+cru::platform::gui::IUiApplication* GetUiApplication();
} // namespace cru::ui