Update files to Godot 3.4-beta5 (3.x branch)

This commit is contained in:
Rémi Verschelde
2021-09-27 11:00:13 +02:00
parent cd457bda8c
commit 400eca2c6b
4 changed files with 10538 additions and 1025 deletions

View File

@@ -46,7 +46,7 @@ typedef struct
void *next;
void *(*constructor)(godot_object *);
void (*destructor)(void *);
const char *(*get_plugin_name)(void);
const char *(*get_plugin_name)();
const char **(*get_supported_extensions)(int *count);
godot_bool (*open_file)(void *, void *); // data struct, and a FileAccess pointer
godot_real (*get_length)(const void *);