Changeset 6046 for code/branches/sound3/src/orxonox/sound/AmbientSound.h
- Timestamp:
- Nov 11, 2009, 5:55:26 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound3/src/orxonox/sound/AmbientSound.h
r6031 r6046 48 48 49 49 virtual void play(); 50 v irtual void replay(); // is only needed for the AmbientSound list in SoundManager50 void replay(); // Continue playing without re-registering the sound 51 51 virtual void stop(); 52 v irtual void pause();52 void doStop(); 53 53 54 54 virtual void setSource(const std::string& source);
Note: See TracChangeset
for help on using the changeset viewer.