diff options
author | Chris Robinson <[email protected]> | 2010-05-28 16:41:52 -0700 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2010-05-28 16:41:52 -0700 |
commit | 880902feccccad61ceb8541b6571ae42a3e56d9a (patch) | |
tree | 7a7594e75f64938656d3d4bcbab5c62781a74183 /OpenAL32/Include | |
parent | 96cf5b728269915e24fdfde09eb4b9e3091a0980 (diff) |
Add a Null Output device
This device will mix and fully process contexts as normal
Diffstat (limited to 'OpenAL32/Include')
-rw-r--r-- | OpenAL32/Include/alMain.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/OpenAL32/Include/alMain.h b/OpenAL32/Include/alMain.h index aad409dc..439c0e3f 100644 --- a/OpenAL32/Include/alMain.h +++ b/OpenAL32/Include/alMain.h @@ -295,6 +295,9 @@ void alc_wave_probe(int type); void alc_pulse_init(BackendFuncs *func_list); void alc_pulse_deinit(void); void alc_pulse_probe(int type); +void alc_null_init(BackendFuncs *func_list); +void alc_null_deinit(void); +void alc_null_probe(int type); typedef struct UIntMap { |