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.125 by root, Wed Apr 14 21:36:32 2010 UTC vs.
Revision 1.127 by root, Wed Apr 21 07:10:00 2010 UTC

19 * 19 *
20 * The authors can be reached via e-mail to <support@deliantra.net> 20 * The authors can be reached via e-mail to <support@deliantra.net>
21 */ 21 */
22 22
23/* alchemy.c */ 23/* alchemy.c */
24int need_identify (const object *obj);
25int apply_shop_mat (object *shop_mat, object *op); 24int apply_shop_mat (object *shop_mat, object *op);
26const char *cost_string_from_value (sint64 cost, int approx); 25const char *cost_string_from_value (sint64 cost, int approx);
27void pay_player (object *pl, sint64 amount); 26void pay_player (object *pl, sint64 amount);
28sint64 pay_player_arch (object *pl, const char *arch, sint64 amount); 27sint64 pay_player_arch (object *pl, const char *arch, sint64 amount);
29void attempt_do_alchemy (object *caster, object *cauldron, object *skill); 28void attempt_do_alchemy (object *caster, object *cauldron, object *skill);
280int push_ob (object *who, int dir, object *pusher); 279int push_ob (object *who, int dir, object *pusher);
281 280
282/* pets.c */ 281/* pets.c */
283object *get_pet_enemy (object *pet, rv_vector *rv); 282object *get_pet_enemy (object *pet, rv_vector *rv);
284void terminate_all_pets (object *owner); 283void terminate_all_pets (object *owner);
285void remove_all_pets (maptile *map); 284void move_all_pets ();
286int follow_owner (object *ob, object *owner); 285int follow_owner (object *ob, object *owner);
287void pet_move (object *ob); 286void pet_move (object *ob);
288void move_golem (object *op); 287void move_golem (object *op);
289void control_golem (object *op, int dir); 288void control_golem (object *op, int dir);
290int summon_golem (object *op, object *caster, int dir, object *spob); 289int summon_golem (object *op, object *caster, int dir, object *spob);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines