Mercurial > foo_out_sdl
diff foo_out_sdl_funcs.h @ 1:20d02a178406 default tip
*: check in everything else
yay
| author | Paper <paper@tflc.us> |
|---|---|
| date | Mon, 05 Jan 2026 02:15:46 -0500 |
| parents | e9bb126753e7 |
| children |
line wrap: on
line diff
--- a/foo_out_sdl_funcs.h Sat Jan 03 23:52:56 2026 -0500 +++ b/foo_out_sdl_funcs.h Mon Jan 05 02:15:46 2026 -0500 @@ -9,4 +9,8 @@ FUNC(bool, SetAudioStreamGain, (SDL_AudioStream *stream, float gain), (stream, gain)) FUNC(bool, InitSubSystem, (SDL_InitFlags flags), (flags)) FUNC(void, QuitSubSystem, (SDL_InitFlags flags), (flags)) +FUNC(int, GetAudioStreamQueued, (SDL_AudioStream *stream), (stream)) +FUNC(SDL_AudioDeviceID *, GetAudioPlaybackDevices, (int *count), (count)) +FUNC(const char *, GetAudioDeviceName, (SDL_AudioDeviceID id), (id)) +FUNC(const char *, GetError, (void), ()) #undef FUNC \ No newline at end of file
