mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 18:14:25 +00:00
CUETools.Processor: split classes into separate files.
This commit is contained in:
9
CUETools.Processor/IndexInfo.cs
Normal file
9
CUETools.Processor/IndexInfo.cs
Normal file
@@ -0,0 +1,9 @@
|
||||
namespace CUETools.Processor
|
||||
{
|
||||
struct IndexInfo
|
||||
{
|
||||
public int Track;
|
||||
public int Index;
|
||||
public int Time;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user