diff options
author | crupest <crupest@outlook.com> | 2022-02-08 16:53:51 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-08 16:53:51 +0800 |
commit | 74bb9cd27242b9320f99ff4d2b50c3051576cc14 (patch) | |
tree | 744bac5799c593d1d6f81e7b09581bea626f2cde /include/cru/ui/helper | |
parent | b90c398de829d1ba5329651d75bae82f5e4085fe (diff) | |
download | cru-74bb9cd27242b9320f99ff4d2b50c3051576cc14.tar.gz cru-74bb9cd27242b9320f99ff4d2b50c3051576cc14.tar.bz2 cru-74bb9cd27242b9320f99ff4d2b50c3051576cc14.zip |
...
Diffstat (limited to 'include/cru/ui/helper')
-rw-r--r-- | include/cru/ui/helper/ClickDetector.h (renamed from include/cru/ui/helper/ClickDetector.hpp) | 2 | ||||
-rw-r--r-- | include/cru/ui/helper/ShortcutHub.h (renamed from include/cru/ui/helper/ShortcutHub.hpp) | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/include/cru/ui/helper/ClickDetector.hpp b/include/cru/ui/helper/ClickDetector.h index fd80a953..6e30aaf0 100644 --- a/include/cru/ui/helper/ClickDetector.hpp +++ b/include/cru/ui/helper/ClickDetector.h @@ -1,5 +1,5 @@ #pragma once -#include "../controls/Control.hpp" +#include "../controls/Control.h" namespace cru::ui::helper { class CRU_UI_API ClickEventArgs : Object { diff --git a/include/cru/ui/helper/ShortcutHub.hpp b/include/cru/ui/helper/ShortcutHub.h index c7054786..84e786aa 100644 --- a/include/cru/ui/helper/ShortcutHub.hpp +++ b/include/cru/ui/helper/ShortcutHub.h @@ -1,9 +1,9 @@ #pragma once -#include "../Base.hpp" +#include "../Base.h" -#include "../events/UiEvents.hpp" -#include "cru/common/Event.hpp" -#include "cru/platform/gui/Keyboard.hpp" +#include "../events/UiEvents.h" +#include "cru/common/Event.h" +#include "cru/platform/gui/Keyboard.h" #include <cstddef> #include <functional> |