Move ICart.cs from directory/namespace for generic interfaces to Intellivision folder/namespace, as it is entirely Intellivision specific.

This commit is contained in:
beirich 2012-09-03 00:45:30 +00:00
parent 2e19451b0f
commit dd25cc924a
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ using System.Collections.Generic;
using System.Linq;
using System.Text;
namespace BizHawk
namespace BizHawk.Emulation.Consoles.Intellivision
{
public interface ICart
{