Changeset 2839 for code/trunk/src/orxonox/objects/worldentities/PongBat.h
- Timestamp:
- Mar 25, 2009, 3:26:06 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/orxonox/objects/worldentities/PongBat.h
r2826 r2839 48 48 virtual void moveRightLeft(const Vector2& value); 49 49 50 virtual void changedPlayer(); 51 50 52 void setSpeed(float speed) 51 53 { this->speed_ = speed; } … … 69 71 float length_; 70 72 float fieldHeight_; 73 bool bSteadiedPosition_; 71 74 }; 72 75 }
Note: See TracChangeset
for help on using the changeset viewer.