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.116 by root, Fri Apr 2 03:41:24 2010 UTC vs.
Revision 1.117 by root, Sat Apr 3 02:27:24 2010 UTC

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); 42int manual_apply (object *op, object *tmp, int aflag);
43int player_apply (object *pl, object *op, int aflag, int quiet); 43bool player_apply (object *pl, object *op, int aflag);
44void player_apply_below (object *pl); 44void player_apply_below (object *pl);
45int can_apply_object (object *who, object *op); 45int can_apply_object (object *who, object *op);
46int apply_special (object *who, object *op, int aflags); 46int apply_special (object *who, object *op, int aflags);
47int auto_apply (object *op); 47int auto_apply (object *op);
48void fix_auto_apply (maptile *m); 48void fix_auto_apply (maptile *m);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines