X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Fplane.h;h=b7b3107274db9e2dd6921ff83244a3546c02e094;hp=e392050dc244db9bba59e01e975b9baded51e630;hb=6564ff224000b809f9ad50bd7548923a92e53ddd;hpb=d1490b9ba5b285c0efd8568ac1d628893bd76c5f diff --git a/include/plane.h b/include/plane.h index e392050dc..b7b310727 100644 --- a/include/plane.h +++ b/include/plane.h @@ -162,13 +162,9 @@ extern int pln_first_on_land(struct lndstr *); extern int pln_next_on_unit(int); /* src/lib/subs/aircombat.c */ -extern void ac_combat_headers(natid, natid); -extern void ac_airtoair(struct emp_qelem *, struct emp_qelem *); extern int ac_flak_dam(int, int, int); extern void ac_encounter(struct emp_qelem *, struct emp_qelem *, coord, - coord, char *, int, int); -extern void sam_intercept(struct emp_qelem *, struct emp_qelem *, - natid, natid, coord, coord, int); + coord, char *, int); /* src/lib/subs/aswplnsubs.c */ extern int on_shiplist(short, struct shiplist *);