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

24 lines
678 B
C

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