Files
PlanetFleet/explosion.h
T

13 lines
203 B
C++

#ifndef EXPLOSION_H
#define EXPLOSION_H
#include <vector.h>
namespace battleship{
void detonate(vb01::Vector3, vb01::Vector3);
void detonateDepthCharge();
void detonateTorpedo();
}
#endif