Path: blob/master/BizHawk.Client.ApiHawk/Interfaces/IExternalToolForm.cs
2 views
namespace BizHawk.Client.EmuHawk
{
/// <summary>
/// Interface to implements in order to make a custom tool
/// </summary>
public interface IExternalToolForm : IToolForm
{
}
}