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.121 by root, Mon Apr 5 03:22:25 2010 UTC vs.
Revision 1.122 by root, Mon Apr 5 23:05:45 2010 UTC

37void move_apply (object *trap, object *victim, object *originator); 37void move_apply (object *trap, object *victim, object *originator);
38void do_learn_spell (object *op, object *spell, int special_prayer); 38void do_learn_spell (object *op, object *spell, int special_prayer);
39void do_forget_spell (object *op, const char *spell); 39void do_forget_spell (object *op, const char *spell);
40void apply_scroll (object *op, object *tmp, int dir); 40void apply_scroll (object *op, object *tmp, int dir);
41void apply_poison (object *op, object *tmp); 41void apply_poison (object *op, object *tmp);
42bool player_apply (object *pl, object *op, int aflag);
43void player_apply_below (object *pl); 42void player_apply_below (object *pl);
44int can_apply_object (object *who, object *op); 43int can_apply_object (object *who, object *op);
45int apply_special (object *who, object *op, int aflags); 44int apply_special (object *who, object *op, int aflags);
46int auto_apply (object *op); 45int auto_apply (object *op);
47void fix_auto_apply (maptile *m); 46void fix_auto_apply (maptile *m);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines