version 1.1 | version 1.2 | |||
---|---|---|---|---|
|
| |||
int yield; /* The maximum number of items produced by the recipe */ | int yield; /* The maximum number of items produced by the recipe */ | |||
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 */ | ||||
} recipe; | } recipe; | |||
typedef struct recipeliststruct { | typedef struct recipeliststruct { |
Legend:
|