X-Git-Url: http://git.pond.sub.org/?p=empserver;a=blobdiff_plain;f=include%2Fupdate.h;h=a81684e33a4cfb536434df2437d6aeac89df8b5a;hp=15966bd611a15ca743305005953e123b6ce5c677;hb=4a714a37d;hpb=60137582723140a3f9e35fdca5c3ea1794a75060 diff --git a/include/update.h b/include/update.h index 15966bd61..a81684e33 100644 --- a/include/update.h +++ b/include/update.h @@ -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 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);