Changeset 6031 for code/branches/sound3/src/orxonox/sound/SoundManager.h
- Timestamp:
- Nov 4, 2009, 4:03:03 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/sound3/src/orxonox/sound/SoundManager.h
r5982 r6031 53 53 void registerAmbientSound(BaseSound* newAmbient); 54 54 void unregisterAmbientSound(BaseSound* currentAmbient); 55 const std::string& getAmbientPath(const std::string& source); 55 56 56 57 private: … … 58 59 ALCcontext* context_; 59 60 std::list<BaseSound*> ambientSounds_; 61 std::string lastReqPath; 60 62 61 63 static SoundManager* singletonPtr_s;
Note: See TracChangeset
for help on using the changeset viewer.