src/EditProduct.h

changeset 305
35ce719998e1
parent 297
c8f0ecc8a1cc
child 307
afd711e37f68
--- a/src/EditProduct.h	Tue Jun 21 16:16:43 2022 +0200
+++ b/src/EditProduct.h	Thu Jun 23 16:50:23 2022 +0200
@@ -323,6 +323,15 @@
     void toforumProduct();
     void splitProduct();
     void split_show();
+    void reduce_fermentable(int i);
+    void reduce_hop(int i);
+    void reduce_misc(int i);
+    void reduce_yeast(int i);
+    void inventory_reduce();
+    bool block_fermentable(int stage, int added);
+    bool block_hop(int stage, int useat);
+    bool block_misc(int stage, int use_use);
+    bool block_yeast(int stage, int use);
 };
 
 #endif

mercurial