summaryrefslogtreecommitdiffstats
path: root/godot-headers/godot/gdnative_interface.h
diff options
context:
space:
mode:
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 4513c66..1ce50bc 100644
--- a/godot-headers/godot/gdnative_interface.h
+++ b/godot-headers/godot/gdnative_interface.h
@@ -234,6 +234,8 @@ typedef void (*GDNativeExtensionClassFreeInstance)(void *p_userdata, GDExtension
typedef GDNativeExtensionClassCallVirtual (*GDNativeExtensionClassGetVirtual)(void *p_userdata, const char *p_name);
typedef struct {
+ GDNativeBool is_virtual;
+ GDNativeBool is_abstract;
GDNativeExtensionClassSet set_func;
GDNativeExtensionClassGet get_func;
GDNativeExtensionClassGetPropertyList get_property_list_func;