aboutsummaryrefslogtreecommitdiff
path: root/src/ui/helper.hpp
blob: 4fd14aa6646e5341fc2ac4a026fc61216dae5560 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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