blob: 582fc0b83df9351495dd436a47fa2c33bc4c5250 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
//========= Copyright Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
//=====================================================================================//
#ifndef SND_DEV_WAVE_H
#define SND_DEV_WAVE_H
#pragma once
class IAudioDevice;
IAudioDevice *Audio_CreateWaveDevice( void );
#endif // SND_DEV_WAVE_H
|