Aaru, Archives, CHDs all in folders

This commit is contained in:
Matt Nadareski
2020-12-10 22:31:23 -08:00
parent 58b3cda921
commit 24e73489d2
19 changed files with 21 additions and 14 deletions

View File

@@ -11,6 +11,7 @@ namespace SabreTools.Filtering
/// Represents the filtering operations that need to be performed on a set of items, usually a DAT
/// </summary>
/// TODO: Can clever use of Filtering allow for easier external splitting methods?
/// TODO: Investigate how to reduce the amount of hardcoded filter statements
public class Filter
{
#region Fields