Difference for include/sproto.h from version 1.56 to 1.57


version 1.56 version 1.57
Line 495
 
Line 495
 int player_can_view(object *pl, object *op);  int player_can_view(object *pl, object *op);
 int action_makes_visible(object *op);  int action_makes_visible(object *op);
 int op_on_battleground(object *op, int *x, int *y);  int op_on_battleground(object *op, int *x, int *y);
   int atnr_is_dragon_enabled(int attacknr);
   int is_dragon_pl(object* ob);
 /* plugins.c */  /* plugins.c */
 CommArray_s *find_plugin_command(char *cmd, object *op);  CommArray_s *find_plugin_command(char *cmd, object *op);
 void displayPluginsList(object *op);  void displayPluginsList(object *op);
Line 803
 
Line 805
 void move_creator(object *op);  void move_creator(object *op);
 void move_marker(object *op);  void move_marker(object *op);
 int process_object(object *op);  int process_object(object *op);
 int atnr_is_dragon_enabled(int attacknr);  
 void dragon_ability_gain(object *who, int atnr, int level);  void dragon_ability_gain(object *who, int atnr, int level);
 /* timers.c */  /* timers.c */
 void cftimer_process_timers(void);  void cftimer_process_timers(void);


Legend:
line(s) removed in v.1.56 
line(s) changed
 line(s) added in v.1.57

File made using version 1.98 of cvs2html by leaf at 2011-07-21 19:31