Mono/C#: Initial exporter support for AOT compilation
This commit is contained in:
parent
de7c2ad21b
commit
2b67924a0b
16 changed files with 616 additions and 173 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue