mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-02-11 05:35:15 +00:00
8 lines
188 B
C#
8 lines
188 B
C#
namespace BurnOutSharp.ProtectionType
|
|
{
|
|
public class SAFEAUDIO
|
|
{
|
|
// TODO: Implement - https://www.cdmediaworld.com/hardware/cdrom/cd_protections_safeaudio.shtml
|
|
}
|
|
}
|