diff options
| author | crupest <crupest@outlook.com> | 2019-04-01 18:08:58 +0800 |
|---|---|---|
| committer | crupest <crupest@outlook.com> | 2019-04-01 18:08:58 +0800 |
| commit | de00126c6aeba189a50296df455dd516e21e4176 (patch) | |
| tree | 3d89a8a36a3603096d4371230c2d071f91e9e986 /src/ui/window.hpp | |
| parent | 055a3cde0cd19c896f3e498b774078654555c065 (diff) | |
| download | cru-de00126c6aeba189a50296df455dd516e21e4176.tar.gz cru-de00126c6aeba189a50296df455dd516e21e4176.tar.bz2 cru-de00126c6aeba189a50296df455dd516e21e4176.zip | |
...
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"; |
