version 1.2 | | version 1.3 |
---|
| | |
linked_char *ingred; /* comma delimited list of ingredients */ | | linked_char *ingred; /* comma delimited list of ingredients */ |
struct recipestruct *next; | | struct recipestruct *next; |
char *keycode; /* keycode needed to use the recipe */ | | char *keycode; /* keycode needed to use the recipe */ |
| | char *skill; /* skill name used to make this recipe */ |
| | char *cauldron; /* the arch of the cauldron/workbench used to house the |
| | * formulae. */ |
} recipe; | | } recipe; |
| | |
typedef struct recipeliststruct { | | typedef struct recipeliststruct { |