Core: Move Rect2i to its own rect2i.h header
And take the opportunity to improve interdependencies a bit with forward declares where possible.
This commit is contained in:
parent
89eb6d372d
commit
5f56d385b0
14 changed files with 635 additions and 495 deletions
|
|
@ -31,6 +31,7 @@
|
|||
#include "gdnative/rect2.h"
|
||||
|
||||
#include "core/math/rect2.h"
|
||||
#include "core/math/rect2i.h"
|
||||
|
||||
static_assert(sizeof(godot_rect2) == sizeof(Rect2), "Rect2 size mismatch");
|
||||
static_assert(sizeof(godot_rect2i) == sizeof(Rect2i), "Rect2i size mismatch");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue