forked from minecraft-linux/mcpelauncher-manifest
-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
Submodule mcpelauncher-client
updated
5 files
+1 −1 | CMakeLists.txt | |
+6 −1 | src/main.cpp | |
+15 −0 | src/tts_patch.cpp | |
+14 −0 | src/tts_patch.h | |
+1 −1 | src/window_callbacks.cpp |
Submodule minecraft-imported-symbols
updated
1 files
+1 −0 | include/minecraft/imported/libm_symbols.h |
Submodule minecraft-symbols
updated
15 files
+4 −2 | src/minecraft/App.h | |
+4 −1 | src/minecraft/AppPlatform.h | |
+15 −0 | src/minecraft/ClientInstance.h | |
+13 −0 | src/minecraft/Crypto.h | |
+5 −10 | src/minecraft/MinecraftGame.h | |
+22 −0 | src/minecraft/MinecraftScreenModel.h | |
+10 −0 | src/minecraft/NullTextToSpeechClient.h | |
+30 −0 | src/minecraft/Social.h | |
+2 −0 | src/minecraft/UUID.h | |
+49 −4 | src/minecraft/Xbox.h | |
+154 −5 | src/minecraft/std/function.h | |
+0 −97 | src/minecraft/std/function_darwin.h | |
+161 −18 | src/minecraft/symbols.cpp | |
+2 −0 | tools/cppheaderparser/CppHeaderParser.py | |
+7 −2 | tools/process_headers.py |