diff options
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> |