Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 24, 2006, 3:21:12 PM (18 years ago)
Author:
bensch
Message:

orxonox/new_class_id: SoundSource completely added as a Resource

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/new_class_id/src/lib/sound/sound_buffer_data.h

    r9803 r9805  
    3333    /** @returns the ID of the buffer used in this SoundBuffer */
    3434    inline ALuint getID() const { return this->bufferID; }
     35    inline bool loaded() const { return bLoaded; };
    3536
    3637  private:
     
    4243    ALsizei       size;                 //!< The size of the Buffer.
    4344    ALboolean     loop;                 //!< loop information.
     45    bool          bLoaded;               //!< If the Sound was loaded this is true.
    4446  };
    4547}
Note: See TracChangeset for help on using the changeset viewer.