]> git.pond.sub.org Git - empserver/blobdiff - include/nuke.h
Cargo lists storing lists of cargo for each carrier
[empserver] / include / nuke.h
index 054cdb4c34c507044bc705b52f48dbb8c3823583..05245cfb4b2a1ea555ba265df72f607f3a53432d 100644 (file)
@@ -90,4 +90,10 @@ struct nchrstr {
 
 extern struct nchrstr nchr[N_MAXNUKE + 1];
 
+/* src/lib/common/cargo.c */
+extern void nuk_carrier_change(struct nukstr *, int, int, int);
+#if 0 /* clashes with the one in src/lib/subs/nuke.c */
+extern int nuk_on_plane(struct plnstr *);
+#endif
+
 #endif