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.117 by root, Sat Apr 3 02:27:24 2010 UTC vs.
Revision 1.118 by root, Sat Apr 3 02:46:19 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);
42int manual_apply (object *op, object *tmp, int aflag);
43bool player_apply (object *pl, object *op, int aflag); 42bool player_apply (object *pl, object *op, int aflag);
44void player_apply_below (object *pl); 43void player_apply_below (object *pl);
45int can_apply_object (object *who, object *op); 44int can_apply_object (object *who, object *op);
46int apply_special (object *who, object *op, int aflags); 45int apply_special (object *who, object *op, int aflags);
47int auto_apply (object *op); 46int auto_apply (object *op);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines