summaryrefslogtreecommitdiff
path: root/engine/audio/private/snd_wave_mixer_adpcm.h
blob: 298fe66cc1e59129462bf1a2e7bb532a8375d2b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose: 
//
// $Workfile:     $
// $Date:         $
//
//-----------------------------------------------------------------------------
// $Log: $
//
// $NoKeywords: $
//=============================================================================//

#ifndef SND_WAVE_MIXER_ADPCM_H
#define SND_WAVE_MIXER_ADPCM_H
#pragma once


class CAudioMixer;
class IWaveData;

CAudioMixer *CreateADPCMMixer( IWaveData *data );

#endif // SND_WAVE_MIXER_ADPCM_H