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.67 by root, Mon May 28 21:15:56 2007 UTC vs.
Revision 1.68 by root, Thu Jun 7 19:30:55 2007 UTC

693int cast_earth_to_dust (object *op, object *caster, object *spell_ob); 693int cast_earth_to_dust (object *op, object *caster, object *spell_ob);
694void execute_word_of_recall (object *op); 694void execute_word_of_recall (object *op);
695int cast_word_of_recall (object *op, object *caster, object *spell_ob); 695int cast_word_of_recall (object *op, object *caster, object *spell_ob);
696int cast_wonder (object *op, object *caster, int dir, object *spell_ob); 696int cast_wonder (object *op, object *caster, int dir, object *spell_ob);
697int perceive_self (object *op); 697int perceive_self (object *op);
698int cast_create_town_portal (object *op, object *caster, object *spell, int dir);
699int magic_wall (object *op, object *caster, int dir, object *spell_ob); 698int magic_wall (object *op, object *caster, int dir, object *spell_ob);
700int dimension_door (object *op, object *caster, object *spob, int dir); 699int dimension_door (object *op, object *caster, object *spob, int dir);
701int cast_heal (object *op, object *caster, object *spell, int dir); 700int cast_heal (object *op, object *caster, object *spell, int dir);
702int cast_change_ability (object *op, object *caster, object *spell_ob, int dir, int silent); 701int cast_change_ability (object *op, object *caster, object *spell_ob, int dir, int silent);
703int cast_bless (object *op, object *caster, object *spell_ob, int dir); 702int cast_bless (object *op, object *caster, object *spell_ob, int dir);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines