diff options
author | chai <chaifix@163.com> | 2021-10-30 11:32:16 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2021-10-30 11:32:16 +0800 |
commit | 42ec7286b2d36a9ba22925f816a17cb1cc2aa5ce (patch) | |
tree | 24bc7009457a8d7500f264e89946dc20d069294f /Editor/GUI | |
parent | 164885fd98d48703bd771f802d79557b7db97431 (diff) |
+ Penlight
Diffstat (limited to 'Editor/GUI')
-rw-r--r-- | Editor/GUI/GUIWindow.cpp | 1 | ||||
-rw-r--r-- | Editor/GUI/WinUtils.h | 2 |
2 files changed, 2 insertions, 1 deletions
diff --git a/Editor/GUI/GUIWindow.cpp b/Editor/GUI/GUIWindow.cpp index 13249ac..fddc68d 100644 --- a/Editor/GUI/GUIWindow.cpp +++ b/Editor/GUI/GUIWindow.cpp @@ -2,6 +2,7 @@ #include "WinUtils.h" #include "Runtime/Graphics/OpenGL.h" #include "Editor/Graphics/Graphics.h" +#include "Editor/Win/Win.h" static bool RedirectMouseWheel(HWND window, WPARAM wParam, LPARAM lParam) { diff --git a/Editor/GUI/WinUtils.h b/Editor/GUI/WinUtils.h index 9257d77..bef6420 100644 --- a/Editor/GUI/WinUtils.h +++ b/Editor/GUI/WinUtils.h @@ -5,7 +5,7 @@ namespace winutils
{
- HINSTANCE GetInstanceHandle();
+ HINSTANCE GetInstanceHandle();
// ×¢²áwindows´°¿ÚÀà
ATOM RegisterWindowClass(const wchar_t* className, WNDPROC windowProc, unsigned int style);
|