* Returns the mouse cursor used by the game. * @return Pointer to the cursor. */
| 376 | * @return Pointer to the cursor. |
| 377 | */ |
| 378 | Cursor *Game::getCursor() const |
| 379 | { |
| 380 | return _cursor; |
| 381 | } |
| 382 | |
| 383 | /** |
| 384 | * Returns the FpsCounter used by the game. |
no outgoing calls
no test coverage detected