diff options
author | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-03-16 20:33:06 +0200 |
---|---|---|
committer | bruvzg <7645683+bruvzg@users.noreply.github.com> | 2022-03-16 20:33:06 +0200 |
commit | 93de1b2b0b742cac4263f3b6da8fa5ec0224779a (patch) | |
tree | a2d6500b31f7dd491bb09cb3e8bfdaac68b9d549 /godot-headers/godot/gdnative_interface.h | |
parent | 7bcf579a377bbfb87a67acdfc08696f7cb429bc2 (diff) | |
download | redot-cpp-93de1b2b0b742cac4263f3b6da8fa5ec0224779a.tar.gz |
Sync godot-headers and fix build after "Create GDExtension clases for PhysicsServer3D".
Diffstat (limited to 'godot-headers/godot/gdnative_interface.h')
-rw-r--r-- | godot-headers/godot/gdnative_interface.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/godot-headers/godot/gdnative_interface.h b/godot-headers/godot/gdnative_interface.h index 76e87ea..cc2957e 100644 --- a/godot-headers/godot/gdnative_interface.h +++ b/godot-headers/godot/gdnative_interface.h @@ -306,6 +306,8 @@ typedef struct { void (*print_warning)(const char *p_description, const char *p_function, const char *p_file, int32_t p_line); void (*print_script_error)(const char *p_description, const char *p_function, const char *p_file, int32_t p_line); + uint64_t (*get_native_struct_size)(const char *p_name); + /* GODOT VARIANT */ /* variant general */ |