Files
0ad/source
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
..
2025-06-26 20:05:53 +02:00
2025-07-01 09:01:00 +02:00
2025-07-19 18:16:14 +02:00
…
2025-07-19 18:16:14 +02:00
2025-07-11 11:06:04 -05:00