Skip to content

Commit c0daa9b

Browse files
icculusSDLWikiBot
authored andcommitted
SDL3_mixer/FrontPage: Added some useful links.
Live page is here: https://wiki.libsdl.org/SDL3_mixer/FrontPage
1 parent 19d4cec commit c0daa9b

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

SDL3_mixer/FrontPage.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ SDL_mixer 3.0 (aka "SDL3_mixer") is a library to manage audio in SDL3-based game
77
It offers audio file decoding for several popular formats, such as WAV, MP3, and Ogg Vorbis, and provides sample-perfect mixing of multiple sources of audio, with various effects, and other advanced features.
88

99
It is available under the zlib license, found in the file [LICENSE.txt](https://github.com/libsdl-org/SDL_mixer/blob/main/LICENSE.txt).
10-
The API is listed in [CategorySDLMixer](CategorySDLMixer).
10+
11+
Useful links:
12+
13+
- An overview of the API, and links to documentation on all public symbols, is listed in [CategorySDLMixer](CategorySDLMixer).
14+
- We offer a [Quick Reference card](QuickReference) to see the whole API in an extremely-condensed form.
15+
- There is a [Migration Guide](README-migration) to help you move here from SDL2_mixer's API.
1116

1217
Enjoy!
18+

0 commit comments

Comments
 (0)