From 12e6945ed69f735258be55b68e91517b2fea7121 Mon Sep 17 00:00:00 2001 From: mdw Date: Tue, 18 Mar 2003 10:34:04 +0000 Subject: [PATCH] Export create_other_ship. --- swat.h | 1 + 1 file changed, 1 insertion(+) diff --git a/swat.h b/swat.h index 731af98..8684d58 100644 --- a/swat.h +++ b/swat.h @@ -26,6 +26,7 @@ extern int in_battle; void reset_weapons (void); void tactics (int un); +int create_other_ship (int type); int in_target (int type, double x, double y, double z); void check_target (int un, struct univ_object *flip); void check_missiles (int un); -- 2.11.0