diff options
author | Aaron Franke <arnfranke@yahoo.com> | 2018-08-11 03:08:26 -0500 |
---|---|---|
committer | Aaron Franke <arnfranke@yahoo.com> | 2018-08-11 03:08:34 -0500 |
commit | cf136a91d60509a99f9ba47c7dbc6fbb9cb6240d (patch) | |
tree | 6d70ecceb1f52c7eb3ad6f4d6fc59ab8d1b756b6 /scene/gui | |
parent | 14fe7230f4db402fba1efb74a1a17ce8a4dd20bb (diff) |
[Core] Completely kill math_2d.h, change includes
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> */ |