quakeforge/libs/audio/renderer
Bill Currie dbd3d6502a Nuke qboolean from orbit
I never liked it, but with C2x coming out, it's best to handle bools
properly. I haven't gone through all the uses of int as bool (I'll leave
that for fixing when I encounter them), but this gets QF working with
both c2x (really, gnu2x because of raw strings).
2023-06-13 18:06:11 +09:00
..
Makemodule.am [cvar] Make cvars properly typed 2022-04-24 19:15:22 +09:00
flac.c [audio] Ensure FLAC doesn't use dll imports 2022-09-13 17:13:57 +09:00
midi.c [sound] Use SYS_snd for all masked prints 2022-06-06 12:39:54 +09:00
snd_channels.c Nuke qboolean from orbit 2023-06-13 18:06:11 +09:00
snd_dma.c [audio] Plug yet more leaks 2023-03-05 18:31:30 +09:00
snd_mem.c [sound] Rename "cache" to "block" and clean out old code 2022-06-06 12:39:54 +09:00
snd_mix.c [sound] Bring QF into the atomic age 2022-06-06 12:39:54 +09:00
snd_resample.c [sound] Rename "cache" to "block" and clean out old code 2022-06-06 12:39:54 +09:00
snd_sfx.c [audio] Plug yet more leaks 2023-03-05 18:31:30 +09:00
vorbis.c [sound] Rename "cache" to "block" and clean out old code 2022-06-06 12:39:54 +09:00
wav.c [sound] Rename "cache" to "block" and clean out old code 2022-06-06 12:39:54 +09:00