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.22 by root, Sun Oct 1 23:44:36 2006 UTC vs.
Revision 1.23 by elmex, Mon Dec 4 15:15:34 2006 UTC

79int find_unused_connected_value(struct mapdef *map); 79int find_unused_connected_value(struct mapdef *map);
80int find_or_create_connection_for_map(object *pl, short x, short y, object *rune); 80int find_or_create_connection_for_map(object *pl, short x, short y, object *rune);
81object *get_connection_rune(object *pl, short x, short y); 81object *get_connection_rune(object *pl, short x, short y);
82object *get_msg_book(object *pl, short x, short y); 82object *get_msg_book(object *pl, short x, short y);
83object *get_wall(struct mapdef *map, int x, int y); 83object *get_wall(struct mapdef *map, int x, int y);
84void fix_walls(struct mapdef *map, int x, int y); 84void fix_walls(maptile *map, int x, int y);
85void fix_walls_around(maptile *map, int x, int y);
85void apply_builder_floor(object *pl, object *material, short x, short y); 86void apply_builder_floor(object *pl, object *material, short x, short y);
86void apply_builder_wall(object *pl, object *material, short x, short y); 87void apply_builder_wall(object *pl, object *material, short x, short y);
87void apply_builder_item(object *pl, object *item, short x, short y); 88void apply_builder_item(object *pl, object *item, short x, short y);
88void apply_builder_remove(object *pl, int dir); 89void apply_builder_remove(object *pl, int dir);
89void apply_map_builder(object *pl, int dir); 90void apply_map_builder(object *pl, int dir);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines