Move InputApi to Client.Common project
This commit is contained in:
parent
6be371aadd
commit
f6d465a1ac
|
@ -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
|
||||
{
|
Loading…
Reference in New Issue