- Timestamp:
- Dec 11, 2017, 4:06:44 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/Asteroid_HS17/src/modules/asteroids2D/Asteroids2DCenterPoint.cc
r11613 r11660 21 21 * 22 22 * Author: 23 * Florian Zinggeler23 * Viviane Yang 24 24 * Co-authors: 25 25 * ... … … 54 54 @brief 55 55 Method to create a Asteroids2DCenterpoint through XML. 56 Set dimension of the field with "width_, height_" 56 57 */ 57 58 void Asteroids2DCenterPoint::XMLPort(Element& xmlelement, XMLPort::Mode mode) … … 61 62 XMLPortParam(Asteroids2DCenterPoint, "dimension", setFieldDimension, getFieldDimension, xmlelement, mode); 62 63 } 64 65 63 66 void Asteroids2DCenterPoint::checkGametype() 64 67 {
Note: See TracChangeset
for help on using the changeset viewer.