diff options
| author | realtradam <[email protected]> | 2023-05-02 20:45:40 -0400 |
|---|---|---|
| committer | realtradam <[email protected]> | 2023-05-02 20:45:40 -0400 |
| commit | 87ca456c3f3e97f149604bc033fdd57998e2dcd4 (patch) | |
| tree | b326cacf8e135c939bfc90ba4dd75618cb8598e9 /.gitmodules | |
| parent | 4b6ae783ce2c9f08d21d2a2969826412cc587de2 (diff) | |
| download | RodeoKit-87ca456c3f3e97f149604bc033fdd57998e2dcd4.tar.gz RodeoKit-87ca456c3f3e97f149604bc033fdd57998e2dcd4.zip | |
added sample audio system
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
