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.60 by root, Sat Apr 28 05:55:55 2007 UTC vs.
Revision 1.62 by root, Mon May 14 21:32:27 2007 UTC

39void apply_poison (object *op, object *tmp); 39void apply_poison (object *op, object *tmp);
40int is_legal_2ways_exit (object *op, object *exit); 40int is_legal_2ways_exit (object *op, object *exit);
41int manual_apply (object *op, object *tmp, int aflag); 41int manual_apply (object *op, object *tmp, int aflag);
42int player_apply (object *pl, object *op, int aflag, int quiet); 42int player_apply (object *pl, object *op, int aflag, int quiet);
43void player_apply_below (object *pl); 43void player_apply_below (object *pl);
44object *get_item_from_body_location (object *start, int loc);
45int unapply_for_ob (object *who, object *op, int aflags); 44int unapply_for_ob (object *who, object *op, int aflags);
46int can_apply_object (object *who, object *op); 45int can_apply_object (object *who, object *op);
47int apply_special (object *who, object *op, int aflags); 46int apply_special (object *who, object *op, int aflags);
48int monster_apply_special (object *who, object *op, int aflags); 47int monster_apply_special (object *who, object *op, int aflags);
49int auto_apply (object *op); 48int auto_apply (object *op);
623int skill_throw (object *op, object *part, int dir, const char *params, object *skill); 622int skill_throw (object *op, object *part, int dir, const char *params, object *skill);
624 623
625/* skill_util.c */ 624/* skill_util.c */
626void init_skills (void); 625void init_skills (void);
627void link_player_skills (object *op); 626void link_player_skills (object *op);
628object *find_skill_by_name (object *who, const char *name);
629object *find_skill_by_number (object *who, int skillno);
630int change_skill (object *who, object *new_skill, int flag);
631void clear_skill (object *who); 627void clear_skill (object *who);
632int do_skill (object *op, object *part, object *skill, int dir, const char *string); 628int do_skill (object *op, object *part, object *skill, int dir, const char *string);
633int calc_skill_exp (object *who, object *op, object *skill); 629int calc_skill_exp (object *who, object *op, object *skill);
634int learn_skill (object *pl, object *scroll); 630int learn_skill (object *pl, object *scroll);
635void show_skills (object *op, const char *search); 631void show_skills (object *op, const char *search);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines