diff options
Diffstat (limited to '.github/nativefuncs.json')
-rw-r--r-- | .github/nativefuncs.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.github/nativefuncs.json b/.github/nativefuncs.json index 6f46095f..13a7edd3 100644 --- a/.github/nativefuncs.json +++ b/.github/nativefuncs.json @@ -729,6 +729,12 @@ "helpText":"", "returnTypeString":"void", "argTypes":"struct presence" + }, + { + "name":"NSGetMasterServerAuthResult", + "helpText":"", + "returnTypeString":"MasterServerAuthResult", + "argTypes":"" } ] }
\ No newline at end of file |