Changeset 5961 in orxonox.OLD for branches/avi_play/src/lib/sound/sound_source.h
- Timestamp:
- Dec 7, 2005, 2:53:43 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/avi_play/src/lib/sound/sound_source.h
r5924 r5961 31 31 /** @returns The ID of this Source */ 32 32 inline ALuint getID() const { return this->sourceID; } 33 /** @returns true, if the Source is Playing */ 34 inline bool isPlaying() const { return this->bPlay; }; 33 35 /** @returns the SoundBuffer of this Source */ 34 36 inline const SoundBuffer* getBuffer() const { return this->buffer; }
Note: See TracChangeset
for help on using the changeset viewer.