0ad/source/soundmanager
trompetin17 e97292430d
Remove manual Close method from OggStream
The OggStream interface no longer needs the Close() method.
OpenOggNonstream returns a smart pointer (OggStreamPtr),
so resource cleanup is automatically handled by the destructor.

OggStreamImpl now calls ov_clear in its destructor, making
manual cleanup unnecessary. This commit removes the Close()
method from the interface and its implementation.
2025-07-22 08:40:48 -05:00
..
data Remove manual Close method from OggStream 2025-07-22 08:40:48 -05:00
items Dissolve external_libraries/openal.h 2025-07-08 19:33:36 +02:00
scripting Fix some includes in source/graphics 2025-07-20 17:28:48 +02:00
ISoundManager.h Revert non-ASCII characters from source and configuration files introduced in 157c6af18e. 2023-12-03 00:30:12 +00:00
SoundManager.cpp Remove UNUSED 2025-06-26 17:25:05 +02:00
SoundManager.h Dissolve external_libraries/openal.h 2025-07-08 19:33:36 +02:00