diff options
Diffstat (limited to 'src/ui/helper.cpp')
-rw-r--r-- | src/ui/helper.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/ui/helper.cpp b/src/ui/helper.cpp deleted file mode 100644 index 6f67e701..00000000 --- a/src/ui/helper.cpp +++ /dev/null @@ -1,15 +0,0 @@ -#include "Helper.hpp" - -#include "cru/platform/graph/Factory.hpp" -#include "cru/platform/native/UiApplication.hpp" - -namespace cru::ui { -using cru::platform::graph::IGraphFactory; -using cru::platform::native::IUiApplication; - -IGraphFactory* GetGraphFactory() { - return IUiApplication::GetInstance()->GetGraphFactory(); -} - -IUiApplication* GetUiApplication() { return IUiApplication::GetInstance(); } -} // namespace cru::ui |