Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 5917 in orxonox.OLD for trunk/src/lib/sound/sound_source.h


Ignore:
Timestamp:
Dec 4, 2005, 9:27:18 PM (18 years ago)
Author:
bensch
Message:

orxonox/trunk: al-sound-source-allocation

File:
1 edited

Legend:

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

    r5386 r5917  
    3939
    4040  private:
     41    bool                   bPlay;                 //!< If the Source is Playing.
    4142    ALuint                 sourceID;              //!< The ID of the Source
    4243    const SoundBuffer*     buffer;                //!< The buffer to play in this source.
Note: See TracChangeset for help on using the changeset viewer.