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.98 by elmex, Sun Jan 4 16:30:39 2009 UTC vs.
Revision 1.99 by root, Thu Jan 8 03:03:24 2009 UTC

94int is_aimed_missile (object *op); 94int is_aimed_missile (object *op);
95 95
96/* build_map.c */ 96/* build_map.c */
97int can_build_over (struct mapdef *map, object *tmp, short x, short y); 97int can_build_over (struct mapdef *map, object *tmp, short x, short y);
98void remove_marking_runes (struct mapdef *map, short x, short y); 98void remove_marking_runes (struct mapdef *map, short x, short y);
99int find_unused_connected_value (struct mapdef *map);
100int find_or_create_connection_for_map (object *pl, short x, short y, object *rune);
101object *get_connection_rune (object *pl, short x, short y); 99object *get_connection_rune (object *pl, short x, short y);
102object *get_msg_book (object *pl, short x, short y); 100object *get_msg_book (object *pl, short x, short y);
103object *get_wall (struct mapdef *map, int x, int y); 101object *get_wall (struct mapdef *map, int x, int y);
104void fix_walls (maptile *map, int x, int y); 102void fix_walls (maptile *map, int x, int y);
105void fix_walls_around (maptile *map, int x, int y); 103void fix_walls_around (maptile *map, int x, int y);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines