Files
UnrealEngineUWP/Engine/Plugins/Runtime/Metasound/Source/MetasoundEngine/Private/MetasoundInterface.h

12 lines
186 B
C
Raw Normal View History

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
namespace Metasound
{
namespace Engine
{
void RegisterInterfaces();
} // namespace Engine
} // namespace Metasound