* Gets the pointer to the camera. * @return Pointer to camera. */
| 1463 | * @return Pointer to camera. |
| 1464 | */ |
| 1465 | Camera *Map::getCamera() |
| 1466 | { |
| 1467 | return _camera; |
| 1468 | } |
| 1469 | |
| 1470 | /** |
| 1471 | * Timers only work on surfaces so we have to pass this on to the camera object. |
no outgoing calls
no test coverage detected