* Gets a list of explosion sprites on the map. * @return A list of explosion sprites. */
| 1454 | * @return A list of explosion sprites. |
| 1455 | */ |
| 1456 | std::list<Explosion*> *Map::getExplosions() |
| 1457 | { |
| 1458 | return &_explosions; |
| 1459 | } |
| 1460 | |
| 1461 | /** |
| 1462 | * Gets the pointer to the camera. |