diff options
Diffstat (limited to 'src/StormLib.h')
-rw-r--r-- | src/StormLib.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/StormLib.h b/src/StormLib.h index 68bdac3..a2d5513 100644 --- a/src/StormLib.h +++ b/src/StormLib.h @@ -750,6 +750,8 @@ typedef struct _TMPQArchive SFILE_COMPACT_CALLBACK aCompactCB; // Callback function for compacting the archive void * pvCompactUserData; // User data thats passed to the callback + ULONGLONG CompactBytesProcessed; // Amount of bytes that have been processed during a particular compact call + ULONGLONG CompactTotalBytes; // Total amount of bytes to be compacted } TMPQArchive; // File handle structure |