Files
BinaryObjectScanner/BurnOutSharp/ProtectionType/AlphaAudio.cs

10 lines
277 B
C#
Raw Normal View History

namespace BurnOutSharp.ProtectionType
{
public class AlphaAudio
{
// TODO: Implement - http://settec.net/eng/pro_cd.html
// References and further information:
// https://www.cdmediaworld.com/hardware/cdrom/cd_protections_alpha.shtml
}
}