|
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
|
|
{
|
|
}
|
|
}
|