- Timestamp:
 - Dec 1, 2009, 6:49:48 PM (16 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/presentation2/src/orxonox/sound/BaseSound.h
r6186 r6188 59 59 bool isStopped() { return this->state_ == Stopped; } 60 60 61 void setPlaying(bool val) 62 { val ? this->play() : this->stop(); } 63 61 64 virtual void setSource(const std::string& source); 62 65 virtual const std::string& getSource() const { return this->source_; }  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






