css_enhanced_waf/utils/voice_tweak/waveout.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

19 lines
335 B
C

//========= 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