Skip to content

Commit

Permalink
🔀 Merge branch 'feature/1-adding-sdl_mixer-20-apis' (closes #1)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkun committed Jun 2, 2024
2 parents 813fd95 + 23d4ee5 commit fc3c8ba
Show file tree
Hide file tree
Showing 3 changed files with 438 additions and 0 deletions.
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,14 +109,30 @@ See `examples/*.awk` for usage.

### SDL_mixer 2.0

- `Mix_AllocateChannels`
- `Mix_CloseAudio`
- `Mix_FreeChunk`
- `Mix_FreeMusic`
- `Mix_Gawk_Linked_Version`
- `Mix_Gawk_QuerySpec`
- `Mix_GetError`
- `Mix_HaltChannel`
- `Mix_HaltMusic`
- `Mix_LoadMUS`
- `Mix_LoadWAV`
- `Mix_OpenAudio`
- `Mix_PlayChannelTimed`
- `Mix_PlayChannel`
- `Mix_PlayMusic`
- `Mix_PlayingMusic`
- `Mix_Playing`
- `Mix_SetDistance`
- `Mix_SetMusicCMD`
- `Mix_SetMusicPosition`
- `Mix_SetPanning`
- `Mix_SetPosition`
- `Mix_SetReverseStereo`
- `Mix_VolumeMusic`

## TODO

Expand Down
Loading

0 comments on commit fc3c8ba

Please sign in to comment.