mirror of
https://github.com/claunia/cuetools.net.git
synced 2025-12-16 10:04:24 +00:00
10 lines
163 B
C#
10 lines
163 B
C#
namespace CUETools.Processor
|
|
{
|
|
struct SourceInfo
|
|
{
|
|
public string Path;
|
|
public uint Offset;
|
|
public uint Length;
|
|
}
|
|
}
|