Start adding framework for separate filename

This will affect everything that outputs a DAT, there will be a new flag for inputting a filename (and reading and saving the filename in Parse).
This commit is contained in:
Matt Nadareski
2016-05-25 11:11:54 -07:00
parent 65e65691b8
commit 9303d41fb5
2 changed files with 3 additions and 1 deletions

View File

@@ -31,6 +31,7 @@ namespace SabreTools.Helper
public struct DatData
{
// Data common to most DAT types
public string FileName;
public string Name;
public string Description;
public string Category;