#include <LandscapeSound.h>

Public Member Functions | |
| virtual bool | readXML (XMLNode *node)=0 |
| virtual bool | play (VirtualSoundSource *source)=0 |
Definition at line 115 of file LandscapeSound.h.
| virtual bool LandscapeSoundSound::readXML | ( | XMLNode * | node | ) | [pure virtual] |
| virtual bool LandscapeSoundSound::play | ( | VirtualSoundSource * | source | ) | [pure virtual] |
Implemented in LandscapeSoundSoundFile.
Referenced by LandscapeSoundManager::loadSound(), and LandscapeSoundManager::simulate().
1.5.3