include: Audio is not, and has not been, a raw mixing buffer for a long time.

main
Ryan C. Gordon 2023-05-29 23:24:21 -04:00
parent 56b1bc2198
commit e6aaed7d79
No known key found for this signature in database
GPG Key ID: FA148B892AB48044
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
/**
* \file SDL_audio.h
*
* \brief Access to the raw audio mixing buffer for the SDL library.
* \brief Audio functionality for the SDL library.
*/
#ifndef SDL_audio_h_