// Recipe type defines. Used to determine what machine makes them. #define MICROWAVE 0x1 #define FRYER 0x2 #define OVEN 0x4 #define GRILL 0x8 #define CANDYMAKER 0x10 #define CEREALMAKER 0x20 #define RECIPE_REAGENT_REPLACE 0 //Reagents in the ingredients are discarded.