headers: Sync with upstream commit afdae67cc (4.0-alpha11)
parent
89786cf032
commit
d8a65edc4a
File diff suppressed because it is too large
Load Diff
|
@ -153,7 +153,7 @@ typedef enum {
|
||||||
GDNATIVE_CALL_ERROR_TOO_MANY_ARGUMENTS, /* expected is number of arguments */
|
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_TOO_FEW_ARGUMENTS, /* expected is number of arguments */
|
||||||
GDNATIVE_CALL_ERROR_INSTANCE_IS_NULL,
|
GDNATIVE_CALL_ERROR_INSTANCE_IS_NULL,
|
||||||
|
GDNATIVE_CALL_ERROR_METHOD_NOT_CONST, /* used for const call */
|
||||||
} GDNativeCallErrorType;
|
} GDNativeCallErrorType;
|
||||||
|
|
||||||
typedef struct {
|
typedef struct {
|
||||||
|
|
Loading…
Reference in New Issue