BizHawk/BizHawk.Client.Common/Api/Interfaces/IExternalApi.cs

11 lines
270 B
C#

namespace BizHawk.Client.Common
{
/// <summary>
/// This interface specifies that a client exposes a given interface, such as <see cref="BizHawk.Emulation.Common.IDebuggable"/>,
/// for use by external tools.
/// </summary>
public interface IExternalApi
{
}
}