aboutsummaryrefslogtreecommitdiff
path: root/src/ui/Helper.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/Helper.h')
-rw-r--r--src/ui/Helper.h11
1 files changed, 1 insertions, 10 deletions
diff --git a/src/ui/Helper.h b/src/ui/Helper.h
index 8bee72a6..625ba6e3 100644
--- a/src/ui/Helper.h
+++ b/src/ui/Helper.h
@@ -1,14 +1,5 @@
#pragma once
-#include "cru/ui/Base.h"
-
-namespace cru::platform {
-namespace graphics {
-struct IGraphicsFactory;
-}
-namespace native {
-struct IUiApplication;
-} // namespace native
-} // namespace cru::platform
+#include <cru/platform/gui/UiApplication.h>
namespace cru::ui {
cru::platform::graphics::IGraphicsFactory* GetGraphicsFactory();