-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 parent
1b119a8
commit 25c6fff
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule godot-cpp
updated
12 files
+5 −2 | README.md | |
+3 −2 | binding_generator.py | |
+1 −28 | include/godot_cpp/classes/wrapped.hpp | |
+22 −22 | include/godot_cpp/core/binder_common.hpp | |
+29 −2 | include/godot_cpp/core/class_db.hpp | |
+3 −3 | include/godot_cpp/variant/aabb.hpp | |
+7 −0 | include/godot_cpp/variant/variant.hpp | |
+5 −0 | src/godot.cpp | |
+13 −2 | test/src/example.h | |
+2 −1 | test/src/register_types.cpp | |
+6 −0 | tools/android.py | |
+3 −0 | tools/godotcpp.py |