-
-
Notifications
You must be signed in to change notification settings - Fork 6
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
1 parent
37bba8e
commit c83f00b
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
Submodule SDL_image
updated
9 files
+4 −0 | .wikiheaders-options | |
+0 −2 | VisualC/SDL_image.sln | |
+8 −6 | VisualC/SDL_image.vcxproj | |
+13 −40 | VisualC/showimage/showimage.vcxproj | |
+1 −1 | cmake/PrivateSdlFunctions.cmake | |
+7 −2 | external/Get-GitModules.ps1 | |
+5 −0 | external/download.sh | |
+5 −2 | include/SDL3_image/SDL_image.h | |
+1 −1 | src/nanosvg.h |
Submodule SDL_mixer
updated
6 files
+27 −0 | .gitignore | |
+4 −0 | .wikiheaders-options | |
+1 −1 | cmake/PrivateSdlFunctions.cmake | |
+7 −2 | external/Get-GitModules.ps1 | |
+8 −1 | external/download.sh | |
+4 −2 | include/SDL3_mixer/SDL_mixer.h |
Submodule SDL_ttf
updated
9 files
+4 −0 | .wikiheaders-options | |
+1 −1 | Android.mk | |
+1 −1 | cmake/PrivateSdlFunctions.cmake | |
+7 −12 | examples/testgputext.c | |
+7 −2 | external/Get-GitModules.ps1 | |
+8 −1 | external/download.sh | |
+9 −9 | include/SDL3_ttf/SDL_ttf.h | |
+6 −6 | src/SDL_gpu_textengine.c | |
+7 −4 | src/SDL_ttf.c |