]> git.pond.sub.org Git - empserver/blobdiff - include/update.h
production: Use update code instead of duplicating it
[empserver] / include / update.h
index 15966bd611a15ca743305005953e123b6ce5c677..a81684e33a4cfb536434df2437d6aeac89df8b5a 100644 (file)
@@ -133,6 +133,7 @@ extern void bank_income(struct sctstr *, int);
 extern void pay_reserve(struct natstr *, int);
 /* produce.c */
 extern void produce(struct natstr *, struct sctstr *);
 extern void pay_reserve(struct natstr *, int);
 /* produce.c */
 extern void produce(struct natstr *, struct sctstr *);
+extern double prod_output(struct sctstr *, double);
 extern double prod_materials_cost(struct pchrstr *, short[], int *);
 extern double prod_resource_limit(struct pchrstr *, unsigned char *);
 extern double prod_eff(int, float);
 extern double prod_materials_cost(struct pchrstr *, short[], int *);
 extern double prod_resource_limit(struct pchrstr *, unsigned char *);
 extern double prod_eff(int, float);