0ad/source/soundmanager
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
..
data Drop use of off_t in soundmanger 2026-06-21 13:27:00 +02:00
items SoundManager: reintroduce manual memory management 2025-10-13 20:42:32 +02:00
scripting Move Script* classes to Script namespace 2026-06-20 17:43:00 +02:00
ISoundManager.h Fix some includes all over the place 2025-08-13 19:38:21 +02:00
SoundManager.cpp SoundManager: reintroduce manual memory management 2025-10-13 20:42:32 +02:00
SoundManager.h SoundManager: reintroduce manual memory management 2025-10-13 20:42:32 +02:00