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