mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
[Enums] Add placeholder enum for later use
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user