headers: Sync with upstream commit 917fd65 (4.0-alpha8)

pull/757/head
Rémi Verschelde 2022-05-12 12:28:02 +02:00
parent 6f8e2308d5
commit 95a2303e37
2 changed files with 1386 additions and 99 deletions

File diff suppressed because it is too large Load Diff

View File

@ -246,8 +246,6 @@ typedef struct {
typedef void *GDNativeExtensionClassLibraryPtr; typedef void *GDNativeExtensionClassLibraryPtr;
typedef const GDNativePropertyInfo *(*GDNativeExtensionClassGetPropertyList)(GDExtensionClassInstancePtr p_instance, uint32_t *r_count);
/* Method */ /* Method */
typedef enum { typedef enum {