forgot to add this file, because that's what I do
This commit is contained in:
parent
4eb89c823d
commit
76f285a58a
|
@ -0,0 +1,7 @@
|
|||
namespace BizHawk.Emulation.Common
|
||||
{
|
||||
public interface IRegionable : IEmulatorService
|
||||
{
|
||||
DisplayType Region { get; }
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue