From 2b67924a0b5f50175da418408dcb8768c2bd3646 Mon Sep 17 00:00:00 2001 From: Ignacio Etcheverry Date: Wed, 13 Nov 2019 20:12:36 +0100 Subject: Mono/C#: Initial exporter support for AOT compilation --- modules/mono/utils/string_utils.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'modules/mono/utils/string_utils.h') diff --git a/modules/mono/utils/string_utils.h b/modules/mono/utils/string_utils.h index 565b9bb644..e7f02955bd 100644 --- a/modules/mono/utils/string_utils.h +++ b/modules/mono/utils/string_utils.h @@ -56,5 +56,7 @@ Error read_all_file_utf8(const String &p_path, String &r_content); String str_format(const char *p_format, ...) _PRINTF_FORMAT_ATTRIBUTE_1_2; String str_format(const char *p_format, va_list p_list) _PRINTF_FORMAT_ATTRIBUTE_1_0; +char *str_format_new(const char *p_format, ...) _PRINTF_FORMAT_ATTRIBUTE_1_2; +char *str_format_new(const char *p_format, va_list p_list) _PRINTF_FORMAT_ATTRIBUTE_1_0; #endif // STRING_FORMAT_H -- cgit v1.2.3