forgot to add this file, because that's what I do

This commit is contained in:
adelikat 2015-08-05 20:57:01 -04:00
parent 4eb89c823d
commit 76f285a58a
1 changed files with 7 additions and 0 deletions

View File

@ -0,0 +1,7 @@
namespace BizHawk.Emulation.Common
{
public interface IRegionable : IEmulatorService
{
DisplayType Region { get; }
}
}