Move Comm and Input Lua libraries to Client.Common
This commit is contained in:
parent
2b50f4f112
commit
d8a92af617
|
@ -1,10 +1,10 @@
|
|||
using System;
|
||||
using System.ComponentModel;
|
||||
using NLua;
|
||||
using BizHawk.Client.Common;
|
||||
using System.Text;
|
||||
|
||||
namespace BizHawk.Client.EmuHawk
|
||||
using NLua;
|
||||
|
||||
namespace BizHawk.Client.Common
|
||||
{
|
||||
[Description("A library for communicating with other programs")]
|
||||
public sealed class CommLuaLibrary : DelegatingLuaLibrary
|
|
@ -2,9 +2,7 @@
|
|||
|
||||
using NLua;
|
||||
|
||||
using BizHawk.Client.Common;
|
||||
|
||||
namespace BizHawk.Client.EmuHawk
|
||||
namespace BizHawk.Client.Common
|
||||
{
|
||||
public sealed class InputLuaLibrary : DelegatingLuaLibrary
|
||||
{
|
Loading…
Reference in New Issue