hl2_src-leak-2017/src/soundsystem/snd_dev_wave.h

28 lines
768 B
C
Raw Permalink Normal View History

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef SND_DEV_WAVE_H
#define SND_DEV_WAVE_H
#ifdef _WIN32
#pragma once
#endif
//-----------------------------------------------------------------------------
// Forward declarations
//-----------------------------------------------------------------------------
class IAudioDevice;
//-----------------------------------------------------------------------------
// Creates a device that mixes WAVs using windows
//-----------------------------------------------------------------------------
IAudioDevice *Audio_CreateWaveDevice( void );
#endif // SND_DEV_WAVE_H