src/EditProduct.h

changeset 307
afd711e37f68
parent 305
35ce719998e1
child 359
dfbb012c631c
equal deleted inserted replaced
306:d45c502ce77f 307:afd711e37f68
330 void inventory_reduce(); 330 void inventory_reduce();
331 bool block_fermentable(int stage, int added); 331 bool block_fermentable(int stage, int added);
332 bool block_hop(int stage, int useat); 332 bool block_hop(int stage, int useat);
333 bool block_misc(int stage, int use_use); 333 bool block_misc(int stage, int use_use);
334 bool block_yeast(int stage, int use); 334 bool block_yeast(int stage, int use);
335 void check_waters();
335 }; 336 };
336 337
337 #endif 338 #endif

mercurial