ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/sproto.h
(Generate patch)

Comparing deliantra/server/include/sproto.h (file contents):
Revision 1.104 by root, Sat Jun 27 03:51:05 2009 UTC vs.
Revision 1.105 by root, Thu Sep 17 00:07:04 2009 UTC

559int cast_wonder (object *op, object *caster, int dir, object *spell_ob); 559int cast_wonder (object *op, object *caster, int dir, object *spell_ob);
560int perceive_self (object *op); 560int perceive_self (object *op);
561int magic_wall (object *op, object *caster, int dir, object *spell_ob); 561int magic_wall (object *op, object *caster, int dir, object *spell_ob);
562int dimension_door (object *op, object *caster, object *spob, int dir, const char *spellparam); 562int dimension_door (object *op, object *caster, object *spob, int dir, const char *spellparam);
563int cast_heal (object *op, object *caster, object *spell, int dir); 563int cast_heal (object *op, object *caster, object *spell, int dir);
564int change_ability_duration (object *spell, object *caster);
564int cast_change_ability (object *op, object *caster, object *spell_ob, int dir, int silent); 565int cast_change_ability (object *op, object *caster, object *spell_ob, int dir, int silent);
565int cast_bless (object *op, object *caster, object *spell_ob, int dir); 566int cast_bless (object *op, object *caster, object *spell_ob, int dir);
566int alchemy (object *op, object *caster, object *spell_ob); 567int alchemy (object *op, object *caster, object *spell_ob);
567int remove_curse (object *op, object *caster, object *spell); 568int remove_curse (object *op, object *caster, object *spell);
568int cast_identify (object *op, object *caster, object *spell); 569int cast_identify (object *op, object *caster, object *spell);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines