mirror of
https://github.com/godotengine/godot.git
synced 2025-01-06 17:37:18 +08:00
aaffab8afb
We don't seem to expose any API that uses `char16_t` yet, but I added it anyway since we make the type info for it. I didn't add anything for `wchar_t` because we are not making a type info so maybe we don't have a need for it yet, it could be added in the future. To prevent breaking compatibility with the C# bindings, we ignore the `char32_t` metadata and still use `System.Int64`. |
||
---|---|---|
.. | ||
extension_api_dump.cpp | ||
extension_api_dump.h | ||
gdextension_compat_hashes.cpp | ||
gdextension_compat_hashes.h | ||
gdextension_interface.cpp | ||
gdextension_interface.h | ||
gdextension_library_loader.cpp | ||
gdextension_library_loader.h | ||
gdextension_loader.h | ||
gdextension_manager.cpp | ||
gdextension_manager.h | ||
gdextension.compat.inc | ||
gdextension.cpp | ||
gdextension.h | ||
make_interface_dumper.py | ||
make_wrappers.py | ||
SCsub |