* Gets pointer to the map. Some states need this info. * @return Pointer to map. */
| 1426 | * @return Pointer to map. |
| 1427 | */ |
| 1428 | Map *BattlescapeState::getMap() const |
| 1429 | { |
| 1430 | return _map; |
| 1431 | } |
| 1432 | |
| 1433 | /** |
| 1434 | * Shows a debug message in the topleft corner. |
no outgoing calls
no test coverage detected