- Timestamp:
- Dec 23, 2009, 8:45:56 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/presentation2/src/orxonox/sound/AmbientSound.h
r6382 r6406 34 34 35 35 #include "core/BaseObject.h" 36 #include "sound/BaseSound.h"37 36 #include "network/synchronisable/Synchronisable.h" 37 #include "BaseSound.h" 38 #include "MoodManager.h" 38 39 39 40 namespace orxonox … … 44 45 * 45 46 */ 46 class _OrxonoxExport AmbientSound : public BaseSound, public BaseObject, public Synchronisable 47 class _OrxonoxExport AmbientSound : public BaseSound, public BaseObject, public Synchronisable, public MoodListener 47 48 { 48 49 friend class SoundManager; … … 74 75 void registerVariables(); 75 76 float getRealVolume(); 77 void moodChanged(const std::string& mood); 76 78 inline void ambientSourceChanged() 77 79 { this->setAmbientSource(this->ambientSource_); }
Note: See TracChangeset
for help on using the changeset viewer.