summaryrefslogtreecommitdiffstats
path: root/godot-headers/godot/gdnative_interface.h
diff options
context:
space:
mode:
authorbruvzg <7645683+bruvzg@users.noreply.github.com>2022-03-16 20:33:06 +0200
committerbruvzg <7645683+bruvzg@users.noreply.github.com>2022-03-16 20:33:06 +0200
commit93de1b2b0b742cac4263f3b6da8fa5ec0224779a (patch)
treea2d6500b31f7dd491bb09cb3e8bfdaac68b9d549 /godot-headers/godot/gdnative_interface.h
parent7bcf579a377bbfb87a67acdfc08696f7cb429bc2 (diff)
downloadredot-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.h2
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 */