Merge pull request #57621 from akien-mga/core-split-rect2i-own-header

This commit is contained in:
Rémi Verschelde 2022-02-04 16:05:30 +01:00 committed by GitHub
commit 8495be9cec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 635 additions and 495 deletions

View file

@ -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");