* Gets the ID of the sprite used to draw the * base structure of the facility that defines its shape. * @return The sprite ID. */
| 123 | * @return The sprite ID. |
| 124 | */ |
| 125 | int RuleBaseFacility::getSpriteShape() const |
| 126 | { |
| 127 | return _spriteShape; |
| 128 | } |
| 129 | |
| 130 | /** |
| 131 | * Gets the ID of the sprite used to draw the |
no outgoing calls
no test coverage detected