mirror of
https://gitea.wildfiregames.com/0ad/0ad
synced 2026-07-04 05:55:47 -07:00
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. |
||
|---|---|---|
| .. | ||
| data | ||
| items | ||
| scripting | ||
| ISoundManager.h | ||
| SoundManager.cpp | ||
| SoundManager.h | ||