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 /core/math/geometry.h | |
parent | 14fe7230f4db402fba1efb74a1a17ce8a4dd20bb (diff) | |
download | redot-engine-cf136a91d60509a99f9ba47c7dbc6fbb9cb6240d.tar.gz |
[Core] Completely kill math_2d.h, change includes
Diffstat (limited to 'core/math/geometry.h')
-rw-r--r-- | core/math/geometry.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/math/geometry.h b/core/math/geometry.h index 186a05fb37..83b9467a30 100644 --- a/core/math/geometry.h +++ b/core/math/geometry.h @@ -33,9 +33,9 @@ #include "dvector.h" #include "face3.h" -#include "math_2d.h" #include "object.h" #include "print_string.h" +#include "rect2.h" #include "triangulate.h" #include "vector.h" #include "vector3.h" |