forked from godotengine/godot
-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add missing access token and discord fixes
remove godot steam module update update update stuff Update blazium_sdk update123 update update docs
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule blazium_sdk
updated
10 files
+1 −1 | .gitignore | |
+209 −34 | discord/discord_embedded_app_client.cpp | |
+6 −2 | discord/discord_embedded_app_client.h | |
+17 −4 | discord/discord_embedded_app_response.h | |
+57 −25 | doc_classes/DiscordEmbeddedAppClient.xml | |
+11 −0 | doc_classes/DiscordEmbeddedAppResult.xml | |
+2 −1 | doc_classes/LoginClient.xml | |
+2 −2 | doc_classes/LoginResponse.xml | |
+11 −4 | login/login_client.cpp | |
+23 −3 | login/login_client.h |