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.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
|
|
||||||
using BizHawk.Client.Common;
|
namespace BizHawk.Client.Common
|
||||||
|
|
||||||
namespace BizHawk.Client.EmuHawk
|
|
||||||
{
|
{
|
||||||
public sealed class InputApi : IInputApi
|
public sealed class InputApi : IInputApi
|
||||||
{
|
{
|
Loading…
Reference in New Issue