Merge pull request #60886 from touilleMan/gdextension-header-duplicated-GDNativeExtensionClassGetPropertyList
Fix duplication of GDNativeExtensionClassGetPropertyList definition in gdnative_interface.h
This commit is contained in:
commit
943b509952
1 changed files with 0 additions and 2 deletions
|
@ -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 {
|
||||||
|
|
Loading…
Reference in a new issue