Changeset 5815 in orxonox.OLD for branches/world_entities/src/lib/sound/sound_engine.h
- Timestamp:
- Nov 29, 2005, 1:19:24 AM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/world_entities/src/lib/sound/sound_engine.h
r5779 r5815 68 68 static SoundEngine* singletonRef; //!< Reference to this class 69 69 70 ALCdevice* device; //!< the used audio-device. 71 ALCcontext* context; //!< the context, currently in use. 72 70 73 float musicVolume; //!< the maximum volume of the music in % (0f,1f] 71 74 float effectsVolume; //!< the maximum volume of sound-effects in % (0f,1f] 72 75 PNode* listener; //!< The listener of the Scene 76 73 77 std::list<BaseObject*>* bufferList; //!< A list of buffers 74 78 std::list<BaseObject*>* sourceList; //!< A list for all the sources in the scene. 79 75 80 76 81 };
Note: See TracChangeset
for help on using the changeset viewer.