Move InputApi to Client.Common project

This commit is contained in:
YoshiRulz 2020-12-03 18:31:45 +10:00
parent 6be371aadd
commit f6d465a1ac
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 3 deletions

View File

@ -1,9 +1,7 @@
using System.Collections.Generic;
using System.Linq;
using BizHawk.Client.Common;
namespace BizHawk.Client.EmuHawk
namespace BizHawk.Client.Common
{
public sealed class InputApi : IInputApi
{