diff options
Diffstat (limited to 'engine/audio/public/snd_io.h')
| -rw-r--r-- | engine/audio/public/snd_io.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/engine/audio/public/snd_io.h b/engine/audio/public/snd_io.h new file mode 100644 index 0000000..dd74798 --- /dev/null +++ b/engine/audio/public/snd_io.h @@ -0,0 +1,16 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +//=============================================================================// + +#ifndef SND_IO_H +#define SND_IO_H +#pragma once + +class IFileReadBinary; + +extern IFileReadBinary *g_pSndIO; + +#endif // SND_IO_H |