2016-03-16 22:06:53 +00:00
|
|
|
|
namespace BizHawk.Client.EmuHawk
|
2015-10-07 21:54:57 +00:00
|
|
|
|
{
|
|
|
|
|
/// <summary>
|
2015-11-22 16:37:00 +00:00
|
|
|
|
/// Interface to implements in order to make a custom tool
|
2015-10-07 21:54:57 +00:00
|
|
|
|
/// </summary>
|
2015-11-22 16:37:00 +00:00
|
|
|
|
public interface IExternalToolForm : IToolForm
|
2015-10-07 21:54:57 +00:00
|
|
|
|
{
|
2016-03-16 22:06:53 +00:00
|
|
|
|
|
2015-10-07 21:54:57 +00:00
|
|
|
|
}
|
|
|
|
|
}
|