0ad/source/soundmanager/data
Ralph Sennhauser 8bb72251ec
Drop use of off_t in soundmanger
The ogg library itself doesn't use off_t, mostly just int and long.

With off_t being problematic as Windows doesn't support _FILE_OFFSET_BITS
replacing this removes a potential headache.

Signed-off-by: Ralph Sennhauser <ralph.sennhauser@gmail.com>
2026-06-21 13:27:00 +02:00
..
ogg.cpp Drop use of off_t in soundmanger 2026-06-21 13:27:00 +02:00
ogg.h Remove custom span and use std::span 2025-08-24 11:09:57 +02:00
OggData.cpp SoundManager: reintroduce manual memory management 2025-10-13 20:42:32 +02:00
OggData.h SoundManager: reintroduce manual memory management 2025-10-13 20:42:32 +02:00
SoundData.cpp SoundManager: reintroduce manual memory management 2025-10-13 20:42:32 +02:00
SoundData.h SoundManager: reintroduce manual memory management 2025-10-13 20:42:32 +02:00