diff options
author | Juan Linietsky <reduzio@gmail.com> | 2018-08-14 18:58:32 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-14 18:58:32 -0300 |
commit | 4e55835e480b693e852571899eaa1b48bd52e026 (patch) | |
tree | 42fc7593ce333531f112c6e6f567f7b49095e56b /scene/gui | |
parent | d6058b967d295d20e3ce93de9263d48002971693 (diff) | |
parent | cf136a91d60509a99f9ba47c7dbc6fbb9cb6240d (diff) |
Merge pull request #18096 from aaronfranke/master
[Core] Split up math_2d.h
Diffstat (limited to 'scene/gui')
-rw-r--r-- | scene/gui/control.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scene/gui/control.h b/scene/gui/control.h index 6bea04345b..c6bd2f097d 100644 --- a/scene/gui/control.h +++ b/scene/gui/control.h @@ -31,13 +31,13 @@ #ifndef CONTROL_H #define CONTROL_H -#include "math_2d.h" #include "rid.h" #include "scene/2d/canvas_item.h" #include "scene/gui/shortcut.h" #include "scene/main/node.h" #include "scene/main/timer.h" #include "scene/resources/theme.h" +#include "transform_2d.h" /** @author Juan Linietsky <reduzio@gmail.com> */ |