]> git.pond.sub.org Git - empserver/blobdiff - include/update.h
update: Rearrange code to pay non-sector military
[empserver] / include / update.h
index 387ca76910b79d221d5f46433d8a6542cbeee50a..c7b6161954cff0e75edb1d3d6fd87f976b215b8a 100644 (file)
@@ -98,6 +98,7 @@ extern int feed_people(short *, int);
 extern double food_needed(short *, int);
 extern int famine_victims(short *, int);
 /* land.c */
+extern void prep_lands(int, natid);
 extern void prod_land(int, int, struct bp *, int);
 /* main.c */
 /* in server.h */
@@ -121,6 +122,7 @@ extern void do_plague(struct sctstr *, int);
 extern int plague_people(struct natstr *, short *, int *, int *, int);
 extern void plague_report(natid, int, int, int, int, char *, char *);
 /* plane.c */
+extern void prep_planes(int, natid);
 extern void prod_plane(int, int, struct bp *, int);
 /* populace.c */
 extern void populace(struct sctstr *, int);
@@ -128,7 +130,6 @@ extern int total_work(int, int, int, int, int, int);
 /* prepare.c */
 extern void prepare_sects(int);
 extern void tax(struct sctstr *, int);
-extern void upd_slmilcosts(int, natid);
 extern void bank_income(struct sctstr *, int);
 extern void pay_reserve(struct natstr *, int);
 /* produce.c */
@@ -149,6 +150,7 @@ extern void spread_fallout(struct sctstr *, int);
 extern void decay_fallout(struct sctstr *, int);
 extern void produce_sect(struct natstr *, int, struct bp *);
 /* ship.c */
+extern void prep_ships(int, natid);
 extern void prod_ship(int, int, struct bp *, int);
 
 #endif