diff options
author | David Snopek <dsnopek@gmail.com> | 2023-10-09 16:59:29 -0500 |
---|---|---|
committer | David Snopek <dsnopek@gmail.com> | 2023-10-09 16:59:29 -0500 |
commit | 3d814f9e4a7d8a3983970928406ed2eba6ac8241 (patch) | |
tree | 064f1eb4ac9214ba0f17271389317852f5fb3962 /include/godot_cpp | |
parent | ef2f63a00c5496cc325e8546acd743787e87a83d (diff) | |
download | redot-cpp-3d814f9e4a7d8a3983970928406ed2eba6ac8241.tar.gz |
Use the new `string_name_new_with_latin1_chars` function to improve StringName construction performance
Diffstat (limited to 'include/godot_cpp')
-rw-r--r-- | include/godot_cpp/godot.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/godot_cpp/godot.hpp b/include/godot_cpp/godot.hpp index 4561a75..b1862ef 100644 --- a/include/godot_cpp/godot.hpp +++ b/include/godot_cpp/godot.hpp @@ -124,6 +124,7 @@ extern "C" GDExtensionInterfaceStringOperatorPlusEqCstr gdextension_interface_st extern "C" GDExtensionInterfaceStringOperatorPlusEqWcstr gdextension_interface_string_operator_plus_eq_wcstr; extern "C" GDExtensionInterfaceStringOperatorPlusEqC32str gdextension_interface_string_operator_plus_eq_c32str; extern "C" GDExtensionInterfaceStringResize gdextension_interface_string_resize; +extern "C" GDExtensionInterfaceStringNameNewWithLatin1Chars gdextension_interface_string_name_new_with_latin1_chars; extern "C" GDExtensionInterfaceXmlParserOpenBuffer gdextension_interface_xml_parser_open_buffer; extern "C" GDExtensionInterfaceFileAccessStoreBuffer gdextension_interface_file_access_store_buffer; extern "C" GDExtensionInterfaceFileAccessGetBuffer gdextension_interface_file_access_get_buffer; |