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.97 by root, Thu Jan 1 11:41:17 2009 UTC vs.
Revision 1.98 by elmex, Sun Jan 4 16:30:39 2009 UTC

23int need_identify (const object *obj); 23int need_identify (const object *obj);
24int apply_shop_mat (object *shop_mat, object *op); 24int apply_shop_mat (object *shop_mat, object *op);
25const char *cost_string_from_value (sint64 cost, int approx); 25const char *cost_string_from_value (sint64 cost, int approx);
26void pay_player (object *pl, sint64 amount); 26void pay_player (object *pl, sint64 amount);
27sint64 pay_player_arch (object *pl, const char *arch, sint64 amount); 27sint64 pay_player_arch (object *pl, const char *arch, sint64 amount);
28void attempt_do_alchemy (object *caster, object *cauldron); 28void attempt_do_alchemy (object *caster, object *cauldron, object *skill);
29int content_recipe_value (object *op); 29int content_recipe_value (object *op);
30int numb_ob_inside (object *op); 30int numb_ob_inside (object *op);
31object *attempt_recipe (object *caster, object *cauldron, int ability, recipe *rp, int nbatches); 31object *attempt_recipe (object *caster, object *cauldron, int ability, recipe *rp, int nbatches);
32void adjust_product (object *item, int lvl, int yield); 32void adjust_product (object *item, int lvl, int yield);
33object *make_item_from_recipe (object *cauldron, recipe *rp); 33object *make_item_from_recipe (object *cauldron, recipe *rp);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines