Pulsar
3d3a057
|
Wave archive init. More...
Go to the source code of this file.
Data Structures | |
struct | PLSR_BFWAR |
Wave archive file. More... | |
Enumerations | |
enum | PLSR_BFWARCategoryType { PLSR_BFWARCategoryType_Init = 0, PLSR_BFWARCategoryType_File } |
Wave archive method categories. | |
Functions | |
PLSR_RC | plsrBFWAROpen (const char *path, PLSR_BFWAR *out) |
Open from a file at specified path. More... | |
PLSR_RC | plsrBFWAROpenInside (const PLSR_Archive *ar, u32 offset, PLSR_BFWAR *out) |
Open from inside another archive at specified offset. More... | |
void | plsrBFWARClose (PLSR_BFWAR *bfwar) |
Close archive, releasing resources if applicable. More... | |
Wave archive init.
void plsrBFWARClose | ( | PLSR_BFWAR * | bfwar | ) |
Close archive, releasing resources if applicable.
PLSR_RC plsrBFWAROpen | ( | const char * | path, |
PLSR_BFWAR * | out | ||
) |
Open from a file at specified path.
PLSR_RC plsrBFWAROpenInside | ( | const PLSR_Archive * | ar, |
u32 | offset, | ||
PLSR_BFWAR * | out | ||
) |
Open from inside another archive at specified offset.