Changeset 10184 for code/branches/pickupsFS14/src/modules/jump/JumpItem.h
- Timestamp:
- Dec 17, 2014, 3:43:07 PM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/pickupsFS14/src/modules/jump/JumpItem.h
r10111 r10184 53 53 virtual void XMLPort(Element& xmlelement, XMLPort::Mode mode); 54 54 virtual void setProperties(float newLeftBoundary, float newRightBoundary, float newLowerBoundary, float newUpperBoundary, float newHSpeed, float newVSpeed); 55 virtual void setFigure(WeakPtr<JumpFigure> bats); //!< Set the bats for the ball.55 virtual void setFigure(WeakPtr<JumpFigure> bats); 56 56 virtual void touchFigure(); 57 57 … … 74 74 75 75 protected: 76 float fieldWidth_; //!< The width of the playing field.77 float fieldHeight_; //!< The height of the playing field.78 WeakPtr<JumpFigure> figure_; //!< An array with the two bats.76 float fieldWidth_; 77 float fieldHeight_; 78 WeakPtr<JumpFigure> figure_; 79 79 float height_; 80 80 float width_;
Note: See TracChangeset
for help on using the changeset viewer.