From 06d1d0442276a05b6caad6e3468f4afb1e8ee5df Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 28 Jun 2020 00:03:11 +0800 Subject: ... --- src/ui/Helper.hpp | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/ui/Helper.hpp (limited to 'src/ui/Helper.hpp') diff --git a/src/ui/Helper.hpp b/src/ui/Helper.hpp new file mode 100644 index 00000000..6923852f --- /dev/null +++ b/src/ui/Helper.hpp @@ -0,0 +1,17 @@ +#pragma once +#include "cru/ui/Base.hpp" + +namespace cru::platform { +namespace graph { +struct IGraphFactory; +} +namespace native { +struct ICursor; +struct IUiApplication; +} // namespace native +} // namespace cru::platform + +namespace cru::ui { +cru::platform::graph::IGraphFactory* GetGraphFactory(); +cru::platform::native::IUiApplication* GetUiApplication(); +} // namespace cru::ui -- cgit v1.2.3