* Returns the current ingame year. * @return Year. */
| 247 | * @return Year. |
| 248 | */ |
| 249 | int GameTime::getYear() const |
| 250 | { |
| 251 | return _year; |
| 252 | } |
| 253 | |
| 254 | /** |
| 255 | * Returns the current position of the daylight emitted on the globe |
no outgoing calls
no test coverage detected