Core: Move Vector2i to its own vector2i.h header
Also reduce interdependencies and clean up a bit.
This commit is contained in:
parent
5f56d385b0
commit
e223bad86d
21 changed files with 340 additions and 245 deletions
|
|
@ -32,7 +32,11 @@
|
|||
#define GEOMETRY_2D_H
|
||||
|
||||
#include "core/math/delaunay_2d.h"
|
||||
#include "core/math/math_funcs.h"
|
||||
#include "core/math/triangulate.h"
|
||||
#include "core/math/vector2.h"
|
||||
#include "core/math/vector2i.h"
|
||||
#include "core/math/vector3.h"
|
||||
#include "core/math/vector3i.h"
|
||||
#include "core/templates/vector.h"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue