diff options
author | Bastiaan Olij <mux213@gmail.com> | 2021-09-01 13:11:10 +1000 |
---|---|---|
committer | Bastiaan Olij <mux213@gmail.com> | 2021-09-27 23:08:10 +1000 |
commit | 46c63af715cf42a6e27feb48a3e7ed6d6dd9458c (patch) | |
tree | 14b3049fc155209d617b89fb3e45b95269519f9f /src/variant/rect2i.cpp | |
parent | 3a5bd210921ac668949e20c494976660a986ea4a (diff) | |
download | redot-cpp-46c63af715cf42a6e27feb48a3e7ed6d6dd9458c.tar.gz |
Re-introduce build-in type code for core types
Diffstat (limited to 'src/variant/rect2i.cpp')
-rw-r--r-- | src/variant/rect2i.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/variant/rect2i.cpp b/src/variant/rect2i.cpp new file mode 100644 index 0000000..ee9b723 --- /dev/null +++ b/src/variant/rect2i.cpp @@ -0,0 +1,3 @@ +#include <godot_cpp/variant/rect2i.hpp> + +// No implementation left. This is here to add the header as a compiled unit. |