mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-14 21:33:08 +00:00
10 lines
280 B
C#
10 lines
280 B
C#
namespace BinaryObjectScanner.Protection
|
|
{
|
|
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
|
|
}
|
|
}
|