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.101 by elmex, Tue Jan 13 12:07:42 2009 UTC vs.
Revision 1.102 by elmex, Tue Jan 13 13:29:57 2009 UTC

604int cast_party_spell (object *op, object *caster, int dir, object *spell_ob, char *stringarg); 604int cast_party_spell (object *op, object *caster, int dir, object *spell_ob, char *stringarg);
605int cast_spell (object *op, object *caster, int dir, object *spell_ob, char *stringarg); 605int cast_spell (object *op, object *caster, int dir, object *spell_ob, char *stringarg);
606void move_spell_effect (object *op); 606void move_spell_effect (object *op);
607void check_spell_effect (object *op); 607void check_spell_effect (object *op);
608void apply_spell_effect (object *spell, object *victim); 608void apply_spell_effect (object *spell, object *victim);
609void create_exploding_ball_at (object *victim, int level);
609 610
610/* swamp.c */ 611/* swamp.c */
611void walk_on_deep_swamp (object *op, object *victim); 612void walk_on_deep_swamp (object *op, object *victim);
612void move_deep_swamp (object *op); 613void move_deep_swamp (object *op);
613 614

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines