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.135 by root, Mon Nov 12 03:48:34 2012 UTC vs.
Revision 1.136 by root, Wed Nov 21 12:12:03 2012 UTC

440/* spell_util.c */ 440/* spell_util.c */
441object *find_random_spell_in_ob (object *ob, shstr_cmp skill = shstr_cmp ()); 441object *find_random_spell_in_ob (object *ob, shstr_cmp skill = shstr_cmp ());
442void set_spell_skill (object *op, object *caster, object *spob, object *dest); 442void set_spell_skill (object *op, object *caster, object *spob, object *dest);
443void spell_effect (object *spob, int x, int y, maptile *map, object *originator); 443void spell_effect (object *spob, int x, int y, maptile *map, object *originator);
444object *check_spell_known (object *op, shstr_cmp name); 444object *check_spell_known (object *op, shstr_cmp name);
445object *lookup_spell_by_name (object *op, const char *spname);
446int reflwall (maptile *m, int x, int y, object *sp_op); 445int reflwall (maptile *m, int x, int y, object *sp_op);
447bool cast_create_obj (object *op, object *caster, object *new_op, int dir); 446bool cast_create_obj (object *op, object *caster, object *new_op, int dir);
448int ok_to_put_more (maptile *m, sint16 x, sint16 y, object *op, int immune_stop); 447int ok_to_put_more (maptile *m, sint16 x, sint16 y, object *op, int immune_stop);
449int fire_arch_from_position (object *op, object *caster, sint16 x, sint16 y, int dir, object *spell); 448int fire_arch_from_position (object *op, object *caster, sint16 x, sint16 y, int dir, object *spell);
450void regenerate_rod (object *rod); 449void regenerate_rod (object *rod);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines