Move GuiApi (impl.) to Client.Common

This commit is contained in:
YoshiRulz 2020-12-29 15:53:47 +10:00
parent 7edf3b36ad
commit 18ebfecc97
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 2 deletions

View File

@ -6,10 +6,9 @@ using System.Drawing.Imaging;
using System.Drawing.Text;
using System.IO;
using BizHawk.Client.Common;
using BizHawk.Emulation.Common;
namespace BizHawk.Client.EmuHawk
namespace BizHawk.Client.Common
{
public sealed class GuiApi : IGuiApi
{