Limo
A simple mod manager
Loading...
Searching...
No Matches
lspakfilelistentry.h File Reference

Header for the LsPakFileListEntry class. More...

#include <cstdint>
Include dependency graph for lspakfilelistentry.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LsPakFileListEntry
 Represents an entry in the file list of a .pak archive used for Baldurs Gate 3. More...
 

Functions

struct LsPakFileListEntry __attribute__ ((packed))
 

Variables

char path [256]
 Path to which to extract the file.
 
uint64_t offset
 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.
 

Detailed Description

Header for the LsPakFileListEntry class.