* Returns the ruleset currently in use by the game. * @return Pointer to the ruleset. */
| 518 | * @return Pointer to the ruleset. |
| 519 | */ |
| 520 | Ruleset *Game::getRuleset() const |
| 521 | { |
| 522 | return _rules; |
| 523 | } |
| 524 | |
| 525 | /** |
| 526 | * Loads the rulesets specified in the game options. |
no outgoing calls
no test coverage detected