Represents an entry in the file list of a .pak archive used for Baldurs Gate 3.
More...
#include <lspakfilelistentry.h>
|
char | path [256] |
| Path to which to extract the file.
|
|
uint64_t | offset: 48 |
| Offset of the compressed file in the archive.
|
|
uint8_t | archive_part |
| Archive containing the file.
|
|
uint8_t | flags |
| Flags indicating compression type.
|
|
uint32_t | compressed_size |
| Compressed size of the file.
|
|
uint32_t | uncompressed_size |
| Uncompressed size of the file.
|
|
Represents an entry in the file list of a .pak archive used for Baldurs Gate 3.
The documentation for this struct was generated from the following file: