[Core] Change math_2d includes to vector2 includes where relevant
This commit is contained in:
parent
9d1b5f4e3b
commit
28fc195339
7 changed files with 7 additions and 7 deletions
|
|
@ -35,7 +35,7 @@
|
|||
#include "dvector.h"
|
||||
|
||||
#include "core/color.h"
|
||||
#include "core/math/math_2d.h"
|
||||
#include "core/math/vector2.h"
|
||||
#include "core/math/vector3.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
|
|
@ -30,7 +30,7 @@
|
|||
|
||||
#include "gdnative/vector2.h"
|
||||
|
||||
#include "core/math/math_2d.h"
|
||||
#include "core/math/vector2.h"
|
||||
#include "core/variant.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue