aboutsummaryrefslogtreecommitdiff
path: root/include/cru/platform/native/Base.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cru/platform/native/Base.hpp')
-rw-r--r--include/cru/platform/native/Base.hpp11
1 files changed, 3 insertions, 8 deletions
diff --git a/include/cru/platform/native/Base.hpp b/include/cru/platform/native/Base.hpp
index bba7b960..c3e87439 100644
--- a/include/cru/platform/native/Base.hpp
+++ b/include/cru/platform/native/Base.hpp
@@ -1,23 +1,18 @@
#pragma once
+#include "Keyboard.hpp"
#include "cru/common/Base.hpp"
#include "cru/common/Bitmask.hpp"
#include "cru/platform/graph/Base.hpp"
-#include "Keyboard.hpp"
+
+#include "../Resource.hpp"
namespace cru::platform::native {
struct ICursor;
struct ICursorManager;
struct IUiApplication;
struct INativeWindow;
-struct INativeWindowResolver;
-struct IInputMethodManager;
struct IInputMethodContext;
-struct Dpi {
- float x;
- float y;
-};
-
namespace details {
struct TagMouseButton {};
} // namespace details