using BizHawk.Client.EmuHawk; using System; using System.Collections.Generic; using System.Linq; using System.Text; namespace BizHawk.Client.EmuHawk { /// /// toolform that takes automatic common configuration infrastructure /// public interface IToolFormAutoConfig : IToolForm { } }