diff --git a/SDL2pp/AudioSpec.hh b/SDL2pp/AudioSpec.hh index 1f8e277..c719e80 100644 --- a/SDL2pp/AudioSpec.hh +++ b/SDL2pp/AudioSpec.hh @@ -46,6 +46,9 @@ public: //////////////////////////////////////////////////////////// /// \brief Create empty (invalid) audio format specification /// + /// This is needed for cases where e.g. SDL_LoadWAV() fills + /// existing SDL_AudioSpec structure with values. + /// //////////////////////////////////////////////////////////// AudioSpec();