Move GuiApi (impl.) to Client.Common
This commit is contained in:
parent
7edf3b36ad
commit
18ebfecc97
|
@ -6,10 +6,9 @@ using System.Drawing.Imaging;
|
||||||
using System.Drawing.Text;
|
using System.Drawing.Text;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
|
|
||||||
using BizHawk.Client.Common;
|
|
||||||
using BizHawk.Emulation.Common;
|
using BizHawk.Emulation.Common;
|
||||||
|
|
||||||
namespace BizHawk.Client.EmuHawk
|
namespace BizHawk.Client.Common
|
||||||
{
|
{
|
||||||
public sealed class GuiApi : IGuiApi
|
public sealed class GuiApi : IGuiApi
|
||||||
{
|
{
|
Loading…
Reference in New Issue