* Gets dimensions. * @param width Width. * @param length Length. * @param height Height. */
| 114 | * @param height Height. |
| 115 | */ |
| 116 | void AlienDeployment::getDimensions(int *width, int *length, int *height) |
| 117 | { |
| 118 | *width = _width; |
| 119 | *length = _length; |
| 120 | *height = _height; |
| 121 | } |
| 122 | |
| 123 | /** |
| 124 | * Gets the number of civilians. |