blob: 428ff4dfc7d7c5872a6193b5ea4ccd803e0138f2 (
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_DIRECT_H
#define SND_DEV_DIRECT_H
#pragma once
class IAudioDevice;
IAudioDevice *Audio_CreateDirectSoundDevice( void );
#endif // SND_DEV_DIRECT_H
|