* Creates a blank ruleset for a certain * type of deployment data. * @param type String defining the type. */
| 61 | * @param type String defining the type. |
| 62 | */ |
| 63 | AlienDeployment::AlienDeployment(const std::string &type) : _type(type), _data(), _width(0), _length(0), _height(0), _civilians(0), _shade(-1), _nextStage("") |
| 64 | { |
| 65 | } |
| 66 | |
| 67 | /** |
| 68 | * |
nothing calls this directly
no outgoing calls
no test coverage detected