Pulsar
3d3a057
|
Sound archive init. More...
Go to the source code of this file.
Data Structures | |
struct | PLSR_BFSARStringTreeInfo |
String tree header information. More... | |
struct | PLSR_BFSARStringTree |
String tree (patricia trie) More... | |
struct | PLSR_BFSAR |
Sound archive file. More... | |
Enumerations | |
enum | PLSR_BFSARCategoryType { PLSR_BFSARCategoryType_Init = 0, PLSR_BFSARCategoryType_IdList, PLSR_BFSARCategoryType_String, PLSR_BFSARCategoryType_Sound, PLSR_BFSARCategoryType_WaveArchive, PLSR_BFSARCategoryType_Group, PLSR_BFSARCategoryType_File } |
Sound archive method categories. | |
Functions | |
PLSR_RC | plsrBFSAROpen (const char *path, PLSR_BFSAR *out) |
Open from a file at specified path. More... | |
void | plsrBFSARClose (PLSR_BFSAR *bfsar) |
Close archive, releasing resources if applicable. More... | |
Sound archive init.
void plsrBFSARClose | ( | PLSR_BFSAR * | bfsar | ) |
Close archive, releasing resources if applicable.
PLSR_RC plsrBFSAROpen | ( | const char * | path, |
PLSR_BFSAR * | out | ||
) |
Open from a file at specified path.