diff options
Diffstat (limited to 'utils/scenemanager/soundproperties_multiple.h')
| -rw-r--r-- | utils/scenemanager/soundproperties_multiple.h | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/utils/scenemanager/soundproperties_multiple.h b/utils/scenemanager/soundproperties_multiple.h new file mode 100644 index 0000000..b82af30 --- /dev/null +++ b/utils/scenemanager/soundproperties_multiple.h @@ -0,0 +1,20 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +//=============================================================================// + +#ifndef SOUNDPROPERTIES_MULTIPLE_H +#define SOUNDPROPERTIES_MULTIPLE_H +#ifdef _WIN32 +#pragma once +#endif + +#include "basedialogparams.h" +#include "soundproperties.h" + +class CSoundEntry; + +int SoundProperties_Multiple( CSoundParams *params ); + +#endif // SOUNDPROPERTIES_MULTIPLE_H |