css_enhanced_waf/engine/audio/public/snd_io.h
FluorescentCIAAfricanAmerican 3bf9df6b27 1
2020-04-22 12:56:21 -04:00

16 lines
323 B
C++

//========= 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