From 87ca456c3f3e97f149604bc033fdd57998e2dcd4 Mon Sep 17 00:00:00 2001 From: realtradam Date: Tue, 2 May 2023 20:45:40 -0400 Subject: added sample audio system --- .gitmodules | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitmodules') diff --git a/.gitmodules b/.gitmodules index 74a9ca9..4dfe4cf 100644 --- a/.gitmodules +++ b/.gitmodules @@ -19,3 +19,6 @@ [submodule "external/SDL_image"] path = external/SDL_image url = https://github.com/libsdl-org/SDL_image +[submodule "external/SDL_mixer"] + path = external/SDL_mixer + url = https://github.com/libsdl-org/SDL_mixer.git -- cgit v1.2.3