hl2_src-leak-2017/src/utils/voice_tweak/waveout.h

20 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