diff options
author | Chris Robinson <[email protected]> | 2008-01-11 09:32:22 -0800 |
---|---|---|
committer | Chris Robinson <[email protected]> | 2008-01-11 09:32:22 -0800 |
commit | f10408739e22cea6b3c52b8a9f6e36792c33d855 (patch) | |
tree | 547df88fe3dcbbbd51c72c56067e5cf173b3f9ae /Alc/ALc.c | |
parent | e1d0ad749bd5772d968aa8b5ed600dee905310a4 (diff) |
Add a wave file writing backend
Diffstat (limited to 'Alc/ALc.c')
-rw-r--r-- | Alc/ALc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -61,6 +61,8 @@ struct { { "winmm", alcWinMMInit, EmptyFuncs }, #endif + { "wave", alc_wave_init, EmptyFuncs }, + { NULL, NULL, EmptyFuncs } }; #undef EmptyFuncs |