using BizHawk.Client.Common; namespace BizHawk.Client.ApiHawk { /// /// Interface to implements in order to make a custom tool /// public interface IExternalToolForm : IToolForm { } }