#include <nw/snd/snd_SoundHeap.h>
void Dump(
nw::snd::SoundDataManager & mgr,
nw::snd::SoundArchive & arc
);
| Name | Description | |
|---|---|---|
| in | mgr | A sound data manager. |
| in | arc | A sound archive. |
Dumps the contents of the heap.
The sound archive passed to the SoundDataManager::Initialize function must be specified in arc.
This function does not operate properly if data for multiple sound archives is loaded to the sound heap.
CONFIDENTIAL