diff options
Diffstat (limited to 'src/ui/window.hpp')
-rw-r--r-- | src/ui/window.hpp | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/src/ui/window.hpp b/src/ui/window.hpp index 1e480454..f38743dc 100644 --- a/src/ui/window.hpp +++ b/src/ui/window.hpp @@ -1,29 +1,18 @@ #pragma once -#include "pre.hpp" +#include "cru/common/pre_config.hpp" -#include <Windows.h> #include <map> #include <memory> #include "content_control.hpp" #include "events/ui_event.hpp" -#include "events/window_event.hpp" #include "window_class.hpp" -namespace cru::graph { -class WindowRenderTarget; -} - -namespace cru::ui::render { -class WindowRenderObject; -} namespace cru::ui { class Window final : public ContentControl { - friend class WindowManager; - public: static constexpr auto control_type = L"Window"; |