* sets the player's "warned" status. * @param warned set "warned" to this. */
| 1515 | * @param warned set "warned" to this. |
| 1516 | */ |
| 1517 | void SavedGame::setWarned(bool warned) |
| 1518 | { |
| 1519 | _warned = warned; |
| 1520 | } |
| 1521 | |
| 1522 | /** @brief Check if a point is contained in a region. |
| 1523 | * This function object checks if a point is contained inside a region. |