mirror of
https://github.com/SabreTools/BinaryObjectScanner.git
synced 2026-04-27 00:30:44 +00:00
Add MoPaQ builder (nw)
This commit is contained in:
@@ -29,6 +29,6 @@ namespace BurnOutSharp.Models.MoPaQ
|
||||
/// <summary>
|
||||
/// Flags for the file.
|
||||
/// </summary>
|
||||
public MoPaQFileFlags Flags;
|
||||
public FileFlags Flags;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
namespace BurnOutSharp.Models.MoPaQ
|
||||
{
|
||||
[Flags]
|
||||
public enum MoPaQFileFlags : uint
|
||||
public enum FileFlags : uint
|
||||
{
|
||||
/// <summary>
|
||||
/// File is compressed using PKWARE Data compression library
|
||||
@@ -76,7 +76,7 @@ namespace BurnOutSharp.Models.MoPaQ
|
||||
EnglishUK = 0x809,
|
||||
}
|
||||
|
||||
public enum MoPaQPatchType : uint
|
||||
public enum PatchType : uint
|
||||
{
|
||||
/// <summary>
|
||||
/// Blizzard-modified version of BSDIFF40 incremental patch
|
||||
|
||||
@@ -73,7 +73,7 @@ namespace BurnOutSharp.Models.MoPaQ
|
||||
/// <summary>
|
||||
/// Type of patch ('BSD0' or 'COPY')
|
||||
/// </summary>
|
||||
public MoPaQPatchType PatchType { get; private set; }
|
||||
public PatchType PatchType { get; private set; }
|
||||
|
||||
#endregion
|
||||
|
||||
|
||||
Reference in New Issue
Block a user