nw::snd::RomSoundArchive::Open Member Function#include <nw/snd/snd_RomSoundArchive.h>
bool Open(
const char * filePath
);
| Name | Description | |
|---|---|---|
| in | filePath |
The file path in the ROM file system. |
Opens a sound archive file in ROM.
To use the opened sound archive, you must load the sound archive header by calling LoadHeader.
CONFIDENTIAL