Difference for include/sproto.h from version 1.138 to 1.139


version 1.138 version 1.139
Line 238
 
Line 238
 int command_disarm(object *op, char *params);  int command_disarm(object *op, char *params);
 int command_throw(object *op, char *params);  int command_throw(object *op, char *params);
 int command_apply(object *op, char *params);  int command_apply(object *op, char *params);
 int sack_can_hold(object *pl, object *sack, object *op, int nrof);  int sack_can_hold(object *pl, object *sack, object *op, uint32 nrof);
 void pick_up(object *op, object *alt);  void pick_up(object *op, object *alt);
 int command_take(object *op, char *params);  int command_take(object *op, char *params);
 void put_object_in_sack(object *op, object *sack, object *tmp, long nrof);  void put_object_in_sack(object *op, object *sack, object *tmp, uint32 nrof);
 void drop_object(object *op, object *tmp, uint32 nrof);  void drop_object(object *op, object *tmp, uint32 nrof);
 void drop(object *op, object *tmp);  void drop(object *op, object *tmp);
 int command_dropall(object *op, char *params);  int command_dropall(object *op, char *params);


Legend:
line(s) removed in v.1.138 
line(s) changed
 line(s) added in v.1.139

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