Files
BinaryObjectScanner/BurnOutSharp/ProtectionType/DiscAudit.cs

13 lines
610 B
C#
Raw Normal View History

namespace BurnOutSharp.ProtectionType
{
public class DiscAudit
{
// TODO: Implement - https://web.archive.org/web/19981206095259/http://www.ttrtech.com/discaudi.htm
// References and further information:
// https://www.sec.gov/Archives/edgar/data/933955/0000950117-97-001817.txt
// https://books.google.com/books?id=3gkEAAAAMBAJ&pg=PA39
// http://www.jei.org/Restricted/BR98/346x/346.html
// https://archive.org/stream/TheJerusalemPost1998IsraelEnglish/Jul%2003%201998%2C%20The%20Jerusalem%20Post%2C%20%2319970%2C%20Israel%20%28en%29_djvu.txt
}
}