[Enums] Add placeholder enum for later use

This commit is contained in:
Matt Nadareski
2018-02-15 18:40:44 -08:00
parent 6815e679ef
commit 2bf03a65e2

View File

@@ -89,6 +89,19 @@
Type17 = 17,
}
/// <summary>
/// Type of file that is being looked at
/// </summary>
public enum FileType
{
None = 0,
SevenZipArchive,
CHD,
GZipArchive,
RARArchive,
TARArchive,
}
/// <summary>
/// Output format for rebuilt files
/// </summary>