Pulsar
3d3a057
|
Group init. More...
Go to the source code of this file.
Data Structures | |
struct | PLSR_BFGRP |
Group file. More... | |
Enumerations | |
enum | PLSR_BFGRPCategoryType { PLSR_BFGRPCategoryType_Init = 0, PLSR_BFGRPCategoryType_Location } |
Group method categories. | |
Functions | |
PLSR_RC | plsrBFGRPOpen (const char *path, PLSR_BFGRP *out) |
Open from a file at specified path. More... | |
PLSR_RC | plsrBFGRPOpenInside (const PLSR_Archive *ar, u32 offset, PLSR_BFGRP *out) |
Open from inside another archive at specified offset. More... | |
void | plsrBFGRPClose (PLSR_BFGRP *bfgrp) |
Close archive, releasing resources if applicable. More... | |
Group init.
void plsrBFGRPClose | ( | PLSR_BFGRP * | bfgrp | ) |
Close archive, releasing resources if applicable.
PLSR_RC plsrBFGRPOpen | ( | const char * | path, |
PLSR_BFGRP * | out | ||
) |
Open from a file at specified path.
PLSR_RC plsrBFGRPOpenInside | ( | const PLSR_Archive * | ar, |
u32 | offset, | ||
PLSR_BFGRP * | out | ||
) |
Open from inside another archive at specified offset.