[DatFile] Add flag for DFD filtering (archive / file)

This commit is contained in:
Matt Nadareski
2017-05-03 14:11:38 -07:00
parent 3a6040b6ba
commit a4dad289a3
6 changed files with 57 additions and 11 deletions

View File

@@ -243,6 +243,16 @@
Unzip,
}
/// <summary>
/// Determines which files should be skipped in DFD
/// </summary>
public enum SkipFileType
{
None = 0,
Archive,
File,
}
/// <summary>
/// Determines how the current dictionary is sorted by
/// </summary>