Changeset 5982 for code/branches/sound3/src/orxonox/sound/SoundManager.h
- Timestamp:
- Oct 21, 2009, 5:28:13 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound3/src/orxonox/sound/SoundManager.h
r5929 r5982 51 51 void setListenerPosition(const Vector3& position); 52 52 void setListenerOrientation(const Quaternion& orientation); 53 void registerAmbientSound(BaseSound* newAmbient); 54 void unregisterAmbientSound(BaseSound* currentAmbient); 53 55 54 56 private: 55 57 ALCdevice* device_; 56 58 ALCcontext* context_; 59 std::list<BaseSound*> ambientSounds_; 57 60 58 61 static SoundManager* singletonPtr_s;
Note: See TracChangeset
for help on using the changeset viewer.