headers: Sync with upstream commit afdae67cc (4.0-alpha11)

This commit is contained in:
Rémi Verschelde
2022-07-01 10:16:08 +02:00
parent 89786cf032
commit d8a65edc4a
2 changed files with 13212 additions and 12098 deletions

View File

@@ -153,7 +153,7 @@ typedef enum {
GDNATIVE_CALL_ERROR_TOO_MANY_ARGUMENTS, /* expected is number of arguments */
GDNATIVE_CALL_ERROR_TOO_FEW_ARGUMENTS, /* expected is number of arguments */
GDNATIVE_CALL_ERROR_INSTANCE_IS_NULL,
GDNATIVE_CALL_ERROR_METHOD_NOT_CONST, /* used for const call */
} GDNativeCallErrorType;
typedef struct {