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.57 by root, Sun Mar 18 03:05:40 2007 UTC vs.
Revision 1.58 by elmex, Sun Apr 15 19:12:55 2007 UTC

607int pay_for_item (object *op, object *pl); 607int pay_for_item (object *op, object *pl);
608int can_pay (object *pl); 608int can_pay (object *pl);
609void sell_item (object *op, object *pl); 609void sell_item (object *op, object *pl);
610double shopkeeper_approval (const maptile *map, const object *player); 610double shopkeeper_approval (const maptile *map, const object *player);
611int describe_shop (const object *op); 611int describe_shop (const object *op);
612void shop_listing (object *op); 612void shop_listing (object *sign, object *op);
613bool is_in_shop (object *o); 613bool is_in_shop (object *o);
614bool is_in_shop (maptile *map, int x, int y); 614bool is_in_shop (maptile *map, int x, int y);
615 615
616/* skills.c */ 616/* skills.c */
617int steal (object *op, int dir, object *skill); 617int steal (object *op, int dir, object *skill);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines