]> git.pond.sub.org Git - empserver/blobdiff - include/budg.h
update: Use a scratch sctstr for unit repair simulation
[empserver] / include / budg.h
index f16cd865d023319b423945716f81a35d08b0ee29..0a5b452eb7f337fb9f4c3f0c30c3144f04c67def 100644 (file)
@@ -48,8 +48,7 @@ void bp_put_item(struct bp *, struct sctstr *, i_type, int);
 void bp_put_items(struct bp *, struct sctstr *);
 int bp_get_avail(struct bp *, struct sctstr *);
 void bp_put_avail(struct bp *, struct sctstr *, int);
-
-int get_materials(struct sctstr *, struct bp *, short[], int);
+void bp_to_sect(struct bp *, struct sctstr *);
 
 extern int money[MAXNOC];
 extern int pops[MAXNOC];