Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5819 in orxonox.OLD for trunk/src/lib/sound/sound_engine.h


Ignore:
Timestamp:
Nov 29, 2005, 11:07:43 AM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: merged branches world_entities to trunk again
merged with command
svn merge -r5795:HEAD branches/world_entities/ trunk/
no conflicts (what a wonder)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/sound/sound_engine.h

    r5779 r5819  
    6868    static SoundEngine*      singletonRef;             //!< Reference to this class
    6969
     70    ALCdevice*               device;                   //!< the used audio-device.
     71    ALCcontext*              context;                  //!< the context, currently in use.
     72
    7073    float                    musicVolume;              //!< the maximum volume of the music in % (0f,1f]
    7174    float                    effectsVolume;            //!< the maximum volume of sound-effects in % (0f,1f]
    7275    PNode*                   listener;                 //!< The listener of the Scene
     76
    7377    std::list<BaseObject*>*  bufferList;               //!< A list of buffers
    7478    std::list<BaseObject*>*  sourceList;               //!< A list for all the sources in the scene.
     79
    7580
    7681};
Note: See TracChangeset for help on using the changeset viewer.