Move ICart.cs from directory/namespace for generic interfaces to Intellivision folder/namespace, as it is entirely Intellivision specific.
This commit is contained in:
parent
2e19451b0f
commit
dd25cc924a
|
@ -3,7 +3,7 @@ using System.Collections.Generic;
|
|||
using System.Linq;
|
||||
using System.Text;
|
||||
|
||||
namespace BizHawk
|
||||
namespace BizHawk.Emulation.Consoles.Intellivision
|
||||
{
|
||||
public interface ICart
|
||||
{
|
Loading…
Reference in New Issue