Files
cool-source-archive/engine/audio/public/snd_io.h
Totterynine 4b952b0e4e init
2021-09-13 15:31:53 +05:00

17 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