Changeset 6448 for code/branches/network2/src/modules/pong/PongBall.h
- Timestamp:
- Jan 17, 2010, 11:37:48 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network2/src/modules/pong/PongBall.h
r5929 r6448 45 45 virtual void tick(float dt); 46 46 47 void registerVariables();48 49 47 void setFieldDimension(float width, float height) 50 48 { this->fieldWidth_ = width; this->fieldHeight_ = height; } … … 74 72 75 73 private: 74 void registerVariables(); 75 76 76 float fieldWidth_; 77 77 float fieldHeight_;
Note: See TracChangeset
for help on using the changeset viewer.