Merge pull request #70329 from Daylily-Zeleen/daylily-zeleen/register_internal_class

Allow GDExtension to register unexposed classes.
This commit is contained in:
Rémi Verschelde
2023-09-11 15:35:31 +02:00
6 changed files with 35 additions and 1 deletions

View File

@ -291,6 +291,7 @@ typedef struct {
typedef struct {
GDExtensionBool is_virtual;
GDExtensionBool is_abstract;
GDExtensionBool is_exposed;
GDExtensionClassSet set_func;
GDExtensionClassGet get_func;
GDExtensionClassGetPropertyList get_property_list_func;