#ifndef EXPLOSION_H #define EXPLOSION_H #include namespace battleship{ void detonate(std::string); } #endif