Difference for include/recipe.h from version 1.2 to 1.3


version 1.2 version 1.3
Line 11
 
Line 11
         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 {


Legend:
line(s) removed in v.1.2 
line(s) changed
 line(s) added in v.1.3

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:28