8 #include <pulsar/bfgrp/bfgrp_internal.h> 12 PLSR_BFGRPCategoryType_Init = 0,
13 PLSR_BFGRPCategoryType_Location,
Archive section.
Definition: archive.h:34
Archive container interface.
Group file.
Definition: bfgrp.h:17
void plsrBFGRPClose(PLSR_BFGRP *bfgrp)
Close archive, releasing resources if applicable.
PLSR_RC plsrBFGRPOpenInside(const PLSR_Archive *ar, u32 offset, PLSR_BFGRP *out)
Open from inside another archive at specified offset.
Archive file.
Definition: archive.h:75
PLSR_BFGRPCategoryType
Group method categories.
Definition: bfgrp.h:11
u32 PLSR_RC
Result code returned by Pulsar functions.
Definition: types.h:73
PLSR_RC plsrBFGRPOpen(const char *path, PLSR_BFGRP *out)
Open from a file at specified path.
Archive table (entry list)
Definition: archive.h:45