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.107 by root, Thu Oct 15 21:40:42 2009 UTC vs.
Revision 1.108 by root, Mon Nov 2 07:21:50 2009 UTC

96void deathstrike_player (object *op, object *hitter, int *dam); 96void deathstrike_player (object *op, object *hitter, int *dam);
97int adj_attackroll (object *hitter, object *target); 97int adj_attackroll (object *hitter, object *target);
98int is_aimed_missile (object *op); 98int is_aimed_missile (object *op);
99 99
100/* build_map.c */ 100/* build_map.c */
101int can_build_over (struct mapdef *map, object *tmp, short x, short y);
102void remove_marking_runes (struct mapdef *map, short x, short y);
103object *get_connection_rune (object *pl, short x, short y);
104object *get_msg_book (object *pl, short x, short y);
105object *get_wall (struct mapdef *map, int x, int y);
106void fix_walls (maptile *map, int x, int y);
107void fix_walls_around (maptile *map, int x, int y);
108void apply_builder_floor (object *pl, object *material, short x, short y);
109void apply_builder_wall (object *pl, object *material, short x, short y);
110void apply_builder_item (object *pl, object *item, short x, short y);
111void apply_builder_remove (object *pl, int dir);
112void apply_map_builder (object *pl, int dir); 101void apply_map_builder (object *pl, int dir);
113int adjust_sign_msg (object *pl, short x, short y, object *tmp);
114 102
115/* c_misc.c */ 103/* c_misc.c */
116int command_motd (object *op, char *params); 104int command_motd (object *op, char *params);
117int command_bug (object *op, char *params); 105int command_bug (object *op, char *params);
118void malloc_info (object *op); 106void malloc_info (object *op);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines