csgo-2018-source/engine/EngineSoundInternal.h
2021-07-24 21:11:47 -07:00

24 lines
691 B
C

//========= Copyright © 1996-2005, Valve Corporation, All rights reserved. ============//
//
// Purpose:
//
// $NoKeywords: $
//=============================================================================//
#ifndef ENGINESOUNDINTERNAL_H
#define ENGINESOUNDINTERNAL_H
#if defined( _WIN32 )
#pragma once
#endif
#include "engine/IEngineSound.h"
//-----------------------------------------------------------------------------
// Method to get at the singleton implementations of the engine sound interfaces
//-----------------------------------------------------------------------------
IEngineSound* EngineSoundClient();
IEngineSound* EngineSoundServer();
#endif // SOUNDENGINEINTERNAL_H