]> git.pond.sub.org Git - empserver/blobdiff - include/ship.h
Factor out common torpedo fire code into shp_torp()
[empserver] / include / ship.h
index c3e24a44ecfc9af059711e85d30141a7b61e3fd9..ea323c1f742535de35276aea04f660c99af0518b 100644 (file)
@@ -185,5 +185,6 @@ extern int m_glim(struct mchrstr *, int);
 
 extern int shp_dchrg(struct shpstr *);
 extern int shp_fire(struct shpstr *);
+extern int shp_torp(struct shpstr *, int);
 
 #endif