]> git.pond.sub.org Git - empserver/blobdiff - include/update.h
Update copyright notice
[empserver] / include / update.h
index b4befb2afd120ab4e0347d48344ff1ae7c6ba3a0..830367a49ac0fe0540409b22e7b22a03faffb905 100644 (file)
@@ -1,6 +1,6 @@
 /*
  *  Empire - A multi-player, client/server Internet based war game.
- *  Copyright (C) 1986-2016, Dave Pare, Jeff Bailey, Thomas Ruschak,
+ *  Copyright (C) 1986-2020, Dave Pare, Jeff Bailey, Thomas Ruschak,
  *                Ken Stevens, Steve McClure, Markus Armbruster
  *
  *  Empire is free software: you can redistribute it and/or modify
@@ -93,6 +93,8 @@ extern void bp_to_sect(struct bp *, struct sctstr *);
 extern void dodeliver(struct sctstr *);
 /* distribute.c */
 extern int dodistribute(struct sctstr *, int, double);
+/* fallout.c */
+extern void fallout(int);
 /* finish.c */
 extern void finish_sects(int);
 /* human.c */
@@ -128,6 +130,7 @@ extern void plague_report(natid, int, int, int, int, char *, char *);
 extern void prep_planes(int, struct bp *);
 extern void prod_plane(int, struct bp *, int);
 /* populace.c */
+extern void check_pop_loss(struct sctstr *);
 extern void populace(struct sctstr *, int);
 extern int total_work(int, int, int, int, int, int);
 /* prepare.c */
@@ -147,9 +150,6 @@ extern void revolt(struct sctstr *);
 extern void guerrilla(struct sctstr *);
 /* sect.c */
 extern double buildeff(struct sctstr *);
-extern void do_fallout(struct sctstr *, int);
-extern void spread_fallout(struct sctstr *, int);
-extern void decay_fallout(struct sctstr *, int);
 extern void produce_sect(int, struct bp *);
 /* ship.c */
 extern void prep_ships(int, struct bp *);