css_enhanced_waf/utils/scenemanager/snd_wave_mixer.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

24 lines
549 B
C++

//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $Workfile: $
// $Date: $
//
//-----------------------------------------------------------------------------
// $Log: $
//
// $NoKeywords: $
//=============================================================================//
#ifndef SND_WAVE_MIXER_H
#define SND_WAVE_MIXER_H
#pragma once
class CWaveData;
class CAudioMixer;
CAudioMixer *CreateWaveMixer( CWaveData *data, int format, int channels, int bits );
#endif // SND_WAVE_MIXER_H