Add notes for later

This commit is contained in:
Matt Nadareski
2021-08-23 23:04:01 -07:00
parent 3dcce8a8ac
commit dc49335ace
2 changed files with 2 additions and 0 deletions

View File

@@ -8,6 +8,7 @@ namespace BurnOutSharp.PackerType
/// <inheritdoc/>
public string CheckContents(string file, byte[] fileContent, bool includePosition = false)
{
// TODO: Add byte-based checks for these as well for when we're working on stream alone
var fvinfo = Utilities.GetFileVersionInfo(file);
string name = fvinfo?.FileDescription.Trim();

View File

@@ -13,6 +13,7 @@ namespace BurnOutSharp.PackerType
/// <inheritdoc/>
public string CheckContents(string file, byte[] fileContent, bool includePosition = false)
{
// TODO: Add byte-based checks for these as well for when we're working on stream alone
var fvinfo = Utilities.GetFileVersionInfo(file);
string name = fvinfo?.InternalName.Trim();