Move DatItemTool to DatTools namespace

This commit is contained in:
Matt Nadareski
2025-02-24 11:04:57 -05:00
parent 21b34df8ee
commit ccb2efe08f
4 changed files with 25 additions and 21 deletions

View File

@@ -3,21 +3,6 @@ using SabreTools.Core;
namespace SabreTools.DatItems
{
/// <summary>
/// Determines what sort of files only use external hashes
/// </summary>
/// TODO: Can FileType be used instead?
[Flags]
public enum TreatAsFile
{
CHD = 1 << 0,
Archive = 1 << 1,
AaruFormat = 1 << 2,
NonArchive = CHD | AaruFormat,
All = CHD | Archive | AaruFormat,
}
/// <summary>
/// Determine the chip type
/// </summary>