1
This commit is contained in:
27
soundsystem/snd_dev_wave.h
Normal file
27
soundsystem/snd_dev_wave.h
Normal file
@ -0,0 +1,27 @@
|
||||
//========= 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
|
Reference in New Issue
Block a user