| 
    NSMBW-Decomp
    
   A decompilation of New Super Mario Bros. Wii 
   | 
 
Definition at line 41 of file snd_SoundArchiveLoader.h.
Public Member Functions | |
| SoundArchiveLoader (const SoundArchive &rArchive) | |
| void * | LoadGroup (ulong id, SoundMemoryAllocatable *pAllocatable, void **ppWaveBuffer, ulong blockSize) | 
| s32 | ReadFile (ulong, void *, s32, s32) | 
| void * | LoadFile (ulong id, SoundMemoryAllocatable *pAllocatable) | 
Private Attributes | |
| OSMutex | mMutex | 
| const SoundArchive & | mArc | 
| u8 | mStreamArea [512] | 
| ut::FileStream * | mStream | 
      
  | 
  mutableprivate | 
Definition at line 51 of file snd_SoundArchiveLoader.h.
      
  | 
  private | 
Definition at line 52 of file snd_SoundArchiveLoader.h.
      
  | 
  private | 
Definition at line 53 of file snd_SoundArchiveLoader.h.
      
  | 
  private | 
Definition at line 54 of file snd_SoundArchiveLoader.h.