Implement vararg methods of builtin classes.

This commit is contained in:
Daylily-Zeleen
2023-04-14 15:33:49 +08:00
parent ff6f5792d2
commit 3536803e9e
2 changed files with 89 additions and 15 deletions

View File

@@ -334,6 +334,8 @@ String vformat(const String &p_text, const VarArgs... p_args) {
return p_text % args_array;
}
#include <godot_cpp/variant/builtin_vararg_methods.hpp>
} // namespace godot
#endif // GODOT_VARIANT_HPP