16 lines
315 B
C#
16 lines
315 B
C#
using BizHawk.Client.EmuHawk;
|
|
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
|
|
namespace BizHawk.Client.EmuHawk
|
|
{
|
|
/// <summary>
|
|
/// toolform that takes automatic common configuration infrastructure
|
|
/// </summary>
|
|
public interface IToolFormAutoConfig : IToolForm
|
|
{
|
|
}
|
|
}
|