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.86 by root, Thu Apr 24 04:40:31 2008 UTC vs.
Revision 1.87 by elmex, Thu Apr 24 11:26:41 2008 UTC

513const char *query_cost_string (const object *tmp, object *who, int flag); 513const char *query_cost_string (const object *tmp, object *who, int flag);
514sint64 query_money (const object *op); 514sint64 query_money (const object *op);
515int pay_for_amount (sint64 to_pay, object *pl); 515int pay_for_amount (sint64 to_pay, object *pl);
516int pay_for_item (object *op, object *pl); 516int pay_for_item (object *op, object *pl);
517int can_pay (object *pl); 517int can_pay (object *pl);
518void sell_item (object *op, object *pl); 518bool sell_item (object *op, object *pl);
519double shopkeeper_approval (const maptile *map, const object *player); 519double shopkeeper_approval (const maptile *map, const object *player);
520int describe_shop (const object *op); 520int describe_shop (const object *op);
521void shop_listing (object *sign, object *op); 521void shop_listing (object *sign, object *op);
522bool is_in_shop (object *o); 522bool is_in_shop (object *o);
523bool is_in_shop (maptile *map, int x, int y); 523bool is_in_shop (maptile *map, int x, int y);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines