1
0
forked from mirrors/0ad
Files
0ad/source
trompetin17 2ae95d3c49 Refactor OggStreamImpl to use exceptions for error handling
Introduce a new `Open` method in `OggStreamImpl` that encapsulates the
logic for opening Ogg Vorbis files. This method replaces the previous
`Open` method and utilizes `std::runtime_error` for error reporting
instead of returning error codes. The constructor has been updated to
call this new method, ensuring files are opened upon instantiation. The
changes streamline the code and improve error handling.
2025-06-20 08:51:39 -05:00
..
2025-06-19 19:05:56 +02:00
2025-06-19 19:05:56 +02:00
2025-06-20 09:01:19 +02:00
2025-06-20 09:01:19 +02:00
2025-06-19 19:05:56 +02:00
2025-04-25 19:15:57 +02:00