dragon-iso/src/TeamsISO.Engine.NdiInterop/Placeholder.cs

10 lines
243 B
C#
Raw Normal View History

namespace TeamsISO.Engine.NdiInterop;
/// <summary>
/// Phase A placeholder. The production P/Invoke implementations of <c>INdiInterop</c>
/// will live in this assembly, added in Phase B.
/// </summary>
internal static class Placeholder
{
}