aboutsummaryrefslogtreecommitdiff
path: root/src/ui/Helper.hpp
blob: 27f1d7e660a360e373c7752ec99fceedddbd5dde (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 graphics {
struct IGraphicsFactory;
}
namespace native {
struct ICursor;
struct IUiApplication;
}  // namespace native
}  // namespace cru::platform

namespace cru::ui {
cru::platform::graphics::IGraphicsFactory* GetGraphicsFactory();
cru::platform::gui::IUiApplication* GetUiApplication();
}  // namespace cru::ui