BizHawk/BizHawk.Emulation/DiscSystem/TOC_format.cs

10 lines
141 B
C#
Raw Normal View History

2011-05-08 09:07:46 +00:00
using System;
using System.Collections.Generic;
namespace BizHawk.DiscSystem
2011-05-08 09:07:46 +00:00
{
//TBD TOC format
public class TOCFormat
{
}
}