-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule godot-cpp
updated
9 files
+5 −5 | .github/workflows/ci.yml | |
+314 −186 | gdextension/extension_api.json | |
+1 −1 | gdextension/gdextension_interface.h | |
+9 −5 | include/godot_cpp/core/memory.hpp | |
+5 −5 | include/godot_cpp/templates/cowdata.hpp | |
+2 −2 | src/classes/low_level.cpp | |
+53 −6 | src/core/memory.cpp | |
+1 −1 | src/variant/char_string.cpp | |
+2 −1 | src/variant/packed_arrays.cpp |