diff options
author | Juan Linietsky <juan@godotengine.org> | 2020-03-01 19:14:37 -0300 |
---|---|---|
committer | Juan Linietsky <reduzio@gmail.com> | 2020-03-26 15:49:32 +0100 |
commit | 4396e98834f159da59ec790f2ff64fb65dacd9ce (patch) | |
tree | d618e96d7a7b856260fd96e5e727f38a26de0724 /scene/gui/shortcut.h | |
parent | a2da99f40cf2123c0906c734a2eb01e9b65a45a2 (diff) | |
download | redot-engine-4396e98834f159da59ec790f2ff64fb65dacd9ce.tar.gz |
Refactored Input, create DisplayServer and DisplayServerX11
Diffstat (limited to 'scene/gui/shortcut.h')
-rw-r--r-- | scene/gui/shortcut.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/shortcut.h b/scene/gui/shortcut.h index 59d3245db5..b22c3441c5 100644 --- a/scene/gui/shortcut.h +++ b/scene/gui/shortcut.h @@ -31,7 +31,7 @@ #ifndef SHORTCUT_H #define SHORTCUT_H -#include "core/os/input_event.h" +#include "core/input/input_event.h" #include "core/resource.h" class ShortCut : public Resource { |