src/EditProduct.h

changeset 305
35ce719998e1
parent 297
c8f0ecc8a1cc
child 307
afd711e37f68
equal deleted inserted replaced
304:aa8d421bfc24 305:35ce719998e1
321 void copyProduct(); 321 void copyProduct();
322 void copyRecipe(); 322 void copyRecipe();
323 void toforumProduct(); 323 void toforumProduct();
324 void splitProduct(); 324 void splitProduct();
325 void split_show(); 325 void split_show();
326 void reduce_fermentable(int i);
327 void reduce_hop(int i);
328 void reduce_misc(int i);
329 void reduce_yeast(int i);
330 void inventory_reduce();
331 bool block_fermentable(int stage, int added);
332 bool block_hop(int stage, int useat);
333 bool block_misc(int stage, int use_use);
334 bool block_yeast(int stage, int use);
326 }; 335 };
327 336
328 #endif 337 #endif

mercurial