Difference for include/sproto.h from version 1.99 to 1.100


version 1.99 version 1.100
Line 588
 
Line 588
 CFParm *CFWFindBestObjectMatch(CFParm *PParm);  CFParm *CFWFindBestObjectMatch(CFParm *PParm);
 CFParm *CFWApplyBelow(CFParm *PParm);  CFParm *CFWApplyBelow(CFParm *PParm);
 CFParm *CFWFreeObject(CFParm *PParm);  CFParm *CFWFreeObject(CFParm *PParm);
 CFParm *CFWFreeMemory(CFParm *PParm);  
 CFParm *CFWFixPlayer(CFParm *PParm);  CFParm *CFWFixPlayer(CFParm *PParm);
   CFParm *CFWFreeMemory(CFParm *PParm);
 CFParm *CFWObjectCreateClone(CFParm *PParm);  CFParm *CFWObjectCreateClone(CFParm *PParm);
 CFParm *CFWSetVariable(CFParm *PParm);  CFParm *CFWSetVariable(CFParm *PParm);
 CFParm *CFWDecreaseObjectNR(CFParm *PParm);  CFParm *CFWDecreaseObjectNR(CFParm *PParm);
Line 709
 
Line 709
 int alchemy(object *op, object *caster, object *spell_ob);  int alchemy(object *op, object *caster, object *spell_ob);
 int remove_curse(object *op, object *caster, object *spell);  int remove_curse(object *op, object *caster, object *spell);
 int cast_identify(object *op, object *caster, object *spell);  int cast_identify(object *op, object *caster, object *spell);
 int cast_detection(object *op, object *caster, object *spell);  int cast_detection(object *op, object *caster, object *spell, object *skill);
 int cast_transfer(object *op, object *caster, object *spell, int dir);  int cast_transfer(object *op, object *caster, object *spell, int dir);
 void counterspell(object *op, int dir);  void counterspell(object *op, int dir);
 int cast_consecrate(object *op, object *caster, object *spell);  int cast_consecrate(object *op, object *caster, object *spell);


Legend:
line(s) removed in v.1.99 
line(s) changed
 line(s) added in v.1.100

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