[OfflineList, SabreDat] Add full parsing code as placeholder

This commit is contained in:
Matt Nadareski
2018-01-15 10:47:19 -08:00
parent cdec720e24
commit 39fd687658
3 changed files with 1991 additions and 1 deletions

View File

@@ -60,7 +60,7 @@ namespace SabreTools.Library.DatFiles
// All XML-derived DATs share a lot in common so it just calls one implementation
// TODO: Use the following implementation instead of passing to Logiqx
new Logiqx(this, false).ParseFile(filename, sysid, srcid, keep, clean, remUnicode);
return;
return;
// Prepare all internal variables
Encoding enc = Utilities.GetEncoding(filename);

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff