separate namesapce for RamSearchEngine files
This commit is contained in:
parent
c25d354194
commit
92221f38df
|
@ -1,6 +1,6 @@
|
|||
using BizHawk.Emulation.Common;
|
||||
|
||||
namespace BizHawk.Client.Common
|
||||
namespace BizHawk.Client.Common.RamSearchEngine
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a Ram address for watching in the <see cref="RamSearchEngine" />
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
using BizHawk.Emulation.Common;
|
||||
|
||||
namespace BizHawk.Client.Common
|
||||
namespace BizHawk.Client.Common.RamSearchEngine
|
||||
{
|
||||
/// <summary>
|
||||
/// Represents a <see cref="IMiniWatch" /> but with added details
|
||||
|
|
|
@ -7,7 +7,7 @@ using BizHawk.Common.CollectionExtensions;
|
|||
using BizHawk.Emulation.Common;
|
||||
|
||||
// ReSharper disable PossibleInvalidCastExceptionInForeachLoop
|
||||
namespace BizHawk.Client.Common
|
||||
namespace BizHawk.Client.Common.RamSearchEngine
|
||||
{
|
||||
public class RamSearchEngine
|
||||
{
|
||||
|
|
|
@ -10,6 +10,7 @@ using System.Text;
|
|||
using System.Windows.Forms;
|
||||
|
||||
using BizHawk.Client.Common;
|
||||
using BizHawk.Client.Common.RamSearchEngine;
|
||||
using BizHawk.Client.EmuHawk.ToolExtensions;
|
||||
using BizHawk.Common.NumberExtensions;
|
||||
using BizHawk.Emulation.Common;
|
||||
|
|
Loading…
Reference in New Issue