24 #ifndef _SOUND_QUEUE_H_    25 #define _SOUND_QUEUE_H_    27 #include <csutil/csstring.h>    28 #include <csutil/array.h>    64     csArray<SoundQueueItem*>    queue;              
 
Used to put Sounds in a Queue and play them in the order they have been added. 
 
A Volume and Sound control class. 
 
SoundQueueItem(const char *file)
Constructor. 
 
SoundHandle * handle
pointer to its SoundHandle - not guaranteed to be valid */ 
 
csString filename
a filename of a file which may exist within our vfs */ 
 
~SoundQueueItem()
Destructor.