- Timestamp:
 - Nov 26, 2008, 7:48:26 PM (17 years ago)
 - File:
 - 
          
- 1 edited
 
 
Legend:
- Unmodified
 - Added
 - Removed
 
- 
        
code/branches/pickups2/src/orxonox/objects/pickup/Turbo.h
r2227 r2289 5 5 #include "Item.h" 6 6 #include "OrxonoxPrereqs.h" 7 #include "util/Math.h" 7 8 8 9 namespace orxonox … … 33 34 { return this->duration_; } 34 35 36 inline void setRotAcc(Degree rotacc) 37 { this->rotacc_ = rotacc; } 38 inline Degree getRotAcc() const 39 { return this->rotacc_; } 40 35 41 36 42 inline void setAccBoost(float accboost) … … 44 50 float duration_; 45 51 float accboost_; 52 Degree rotacc_; 46 53 }; 47 54 }  
Note: See TracChangeset
          for help on using the changeset viewer.
      


            






