diff options
Diffstat (limited to 'utils/voice_tweak/waveout.h')
| -rw-r--r-- | utils/voice_tweak/waveout.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/utils/voice_tweak/waveout.h b/utils/voice_tweak/waveout.h new file mode 100644 index 0000000..839ad7e --- /dev/null +++ b/utils/voice_tweak/waveout.h @@ -0,0 +1,19 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//=============================================================================// + +#ifndef WAVEOUT_H +#define WAVEOUT_H +#pragma once + + +#include "iwaveout.h" + + +IWaveOut* CreateWaveOut(int sampleRate); + + +#endif // WAVEOUT_H |