Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
alexbevi
GitHub Repository: alexbevi/BizHawk
Path: blob/master/BizHawk.Client.Common/tools/Interfaces/IToolFormAutoConfig.cs
2 views
namespace BizHawk.Client.EmuHawk
{
	/// <summary>
	/// toolform that takes automatic common configuration infrastructure
	/// </summary>
	public interface IToolFormAutoConfig : IToolForm
	{
	}
}