Main Page   Namespace List   Class Hierarchy   Compound List   File List   Compound Members   File Members   Related Pages  

SoundSystem.h File Reference

#include "IsoBomb.h"

Go to the source code of this file.

Compounds

class  SoundSystem
 The SoundSystem is a super-high level interface for playing sounds. More...


Typedefs

typedef int SoundToken
 The SoundSystem class returns tokens when playing looping sounds that need to be stopped.


Variables

const int SS_NUM_PSPAWN = 3
const int SS_NUM_PPICKUP = 2
const int SS_NUM_VOICES = 2


Typedef Documentation

typedef int SoundToken
 

The SoundSystem class returns tokens when playing looping sounds that need to be stopped.

When starting a looping sound, you must return the token to the cooresponding stop method when you want the sound to stop.

A SoundToken can be either valid or invalid. Static methods in the SoundSystem class work with SoundToken objects.


Variable Documentation

const int SS_NUM_PPICKUP = 2
 

const int SS_NUM_PSPAWN = 3
 

const int SS_NUM_VOICES = 2
 


Generated on Tue Mar 4 02:29:26 2003 for SuperIsoBomb by doxygen1.2.18