diff options
Diffstat (limited to 'include/cru/platform/native/window.hpp')
-rw-r--r-- | include/cru/platform/native/window.hpp | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/include/cru/platform/native/window.hpp b/include/cru/platform/native/window.hpp index 9f2e2e71..85f809e5 100644 --- a/include/cru/platform/native/window.hpp +++ b/include/cru/platform/native/window.hpp @@ -1,19 +1,9 @@ #pragma once #include "../resource.hpp" - -#include "../graph_base.hpp" -#include "basic_types.hpp" +#include "base.hpp" #include "cru/common/event.hpp" -#include "cursor.hpp" -#include "event.hpp" - -namespace cru::platform::graph { -struct IPainter; -} namespace cru::platform::native { -struct INativeWindowResolver; - // Represents a native window, which exposes some low-level events and // operations. // |