[DatFile, FileTools] Add preliminary OfflineList support

This commit is contained in:
Matt Nadareski
2016-09-27 12:05:29 -07:00
parent 15738aa99d
commit 09cb1e98e9
3 changed files with 67 additions and 11 deletions

View File

@@ -90,6 +90,10 @@ namespace SabreTools.Helper
{
return OutputFormat.SabreDat;
}
else if (second.StartsWith("<dat"))
{
return OutputFormat.OfflineList;
}
}
// If we have an INI-based DAT