- Timestamp:
- Nov 6, 2017, 4:06:54 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Asteroid_HS17/src/modules/asteroids/AsteroidsCenterPoint.h
r11528 r11541 60 60 { return Vector2(this->width_, this->height_); } 61 61 62 float getFieldWidth() const 63 {return this->width_;} 64 65 float getFieldHeight() const 66 {return this->height_;} 67 62 68 private: 63 69 void checkGametype();
Note: See TracChangeset
for help on using the changeset viewer.