diff options
author | crupest <crupest@outlook.com> | 2020-06-29 00:31:21 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2020-06-29 00:31:21 +0800 |
commit | 5c3dae62b9218dbd2493ff6390db062013ca4bdc (patch) | |
tree | 3425a9efa118eaf89627e6903cecb50a3daedb1d /include/cru/win/native/Window.hpp | |
parent | 6b5aff7b7e50fae15cb010b340099163725f664c (diff) | |
download | cru-5c3dae62b9218dbd2493ff6390db062013ca4bdc.tar.gz cru-5c3dae62b9218dbd2493ff6390db062013ca4bdc.tar.bz2 cru-5c3dae62b9218dbd2493ff6390db062013ca4bdc.zip |
...
Diffstat (limited to 'include/cru/win/native/Window.hpp')
-rw-r--r-- | include/cru/win/native/Window.hpp | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/include/cru/win/native/Window.hpp b/include/cru/win/native/Window.hpp index 80bee39e..521a0a06 100644 --- a/include/cru/win/native/Window.hpp +++ b/include/cru/win/native/Window.hpp @@ -1,13 +1,15 @@ #pragma once #include "Resource.hpp" -#include "cru/platform/native/Window.hpp" #include "WindowNativeMessageEventArgs.hpp" +#include "cru/platform/native/Window.hpp" #include <memory> namespace cru::platform::native::win { class WinNativeWindow : public WinNativeResource, public virtual INativeWindow { + CRU_DEFINE_CLASS_LOG_TAG("cru::platform::native::win::WinNativeWindow") + public: WinNativeWindow(WinUiApplication* application, WindowClass* window_class, DWORD window_style, WinNativeWindow* parent); |