Changeset 7065 in orxonox.OLD for trunk/src/lib
- Timestamp:
- Feb 7, 2006, 1:13:58 PM (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/sound/sound_source.h
r6981 r7065 33 33 /** @returns true, if the Source is Playing */ 34 34 inline bool isPlaying() const { return this->bPlay; }; 35 /** @param sourceNode the Source this is attached to. */ 36 inline void setSourceNode(const PNode* sourceNode) { this->sourceNode = sourceNode;}; 35 37 /** @returns the SoundBuffer of this Source */ 36 38 inline const SoundBuffer* getBuffer() const { return this->buffer; }
Note: See TracChangeset
for help on using the changeset viewer.