1#ifndef NW4HBM_SND_PLAYER_HEAP_H
2#define NW4HBM_SND_PLAYER_HEAP_H
Definition SoundHeap.h:16
Definition SoundPlayer.h:21
Definition BasicSound.h:30
Definition PlayerHeap.h:23
SoundPlayer * mPlayer
Definition PlayerHeap.h:36
virtual ~PlayerHeap()
Definition PlayerHeap.h:26
ut::LinkListNode mLink
Definition PlayerHeap.h:32
void SetSound(BasicSound *sound)
Definition PlayerHeap.h:28
void SetSoundPlayer(SoundPlayer *player)
Definition PlayerHeap.h:29
PlayerHeap()
Definition PlayerHeap.h:25
BasicSound * mSound
Definition PlayerHeap.h:35
Definition LinkList.h:193
ut::LinkList< PlayerHeap, offsetof(PlayerHeap, mLink)> PlayerHeapList
Definition PlayerHeap.h:38
Definition HBMAnmController.h:6