Core: Move Vector2i to its own vector2i.h header
Also reduce interdependencies and clean up a bit.
This commit is contained in:
@@ -32,6 +32,7 @@
|
||||
#define TEST_VECTOR2_H
|
||||
|
||||
#include "core/math/vector2.h"
|
||||
#include "core/math/vector2i.h"
|
||||
#include "tests/test_macros.h"
|
||||
|
||||
namespace TestVector2 {
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
#define TEST_VECTOR2I_H
|
||||
|
||||
#include "core/math/vector2.h"
|
||||
#include "core/math/vector2i.h"
|
||||
#include "tests/test_macros.h"
|
||||
|
||||
namespace TestVector2i {
|
||||
|
||||
Reference in New Issue
Block a user