add more info display

This commit is contained in:
2023-08-29 10:42:13 +08:00
parent 0887cd6d86
commit 763c6e84f9
8 changed files with 150 additions and 62 deletions

View File

@ -126,7 +126,7 @@ namespace LibCmo::CK2 {
//CKINT PostPackSize; /**< When compressed chunk by chunk : size of Data after compression */
//CKINT PrePackSize; /**< When compressed chunk by chunk : size of Data before compression */
CK_FO_OPTIONS Options; /**< When loading an object it may be renamed , use to replace another object */
CKINT FileIndex; /**< Position of the object data inside uncompressed file buffer */
CKDWORD FileIndex; /**< Position of the object data inside uncompressed file buffer */
CKDWORD SaveFlags; /**< Flags used when this object was saved. */
};