css_enhanced_waf/soundsystem/snd_dev_wave.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

27 lines
768 B
C++

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