ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/server/include/libproto.h
(Generate patch)

Comparing deliantra/server/include/libproto.h (file contents):
Revision 1.61 by root, Sun May 4 14:12:37 2008 UTC vs.
Revision 1.63 by root, Fri Dec 19 22:47:29 2008 UTC

42extern void dump_arch(archetype *at); 42extern void dump_arch(archetype *at);
43extern void dump_all_archetypes(); 43extern void dump_all_archetypes();
44extern void free_all_archs(); 44extern void free_all_archs();
45extern void check_generators(); 45extern void check_generators();
46extern bool load_archetype_file(const char *filename); 46extern bool load_archetype_file(const char *filename);
47extern object *arch_to_object(archetype *at);
48extern object *create_singularity(const char *name); 47extern object *create_singularity(const char *name);
49extern object *get_archetype(const char *name); 48extern object *get_archetype(const char *name);
50extern unsigned long hasharch(const char *str, int tablesize); 49extern unsigned long hasharch(const char *str, int tablesize);
51extern archetype *type_to_archetype(int type); 50extern archetype *type_to_archetype(int type);
52extern object *clone_arch(int type); 51extern object *clone_arch(int type);
153extern void clear_los(player *pl); 152extern void clear_los(player *pl);
154extern int has_carried_lights(const object *op); 153extern int has_carried_lights(const object *op);
155extern void update_los(object *op); 154extern void update_los(object *op);
156extern void update_all_map_los(maptile *map); 155extern void update_all_map_los(maptile *map);
157extern void update_all_los(const maptile *map, int x, int y); 156extern void update_all_los(const maptile *map, int x, int y);
158extern void print_los(object *op);
159extern void make_sure_seen(const object *op); 157extern void make_sure_seen(const object *op);
160extern void make_sure_not_seen(const object *op); 158extern void make_sure_not_seen(const object *op);
161/* map.c */ 159/* map.c */
162extern const char *create_pathname (const char *name); 160extern const char *create_pathname (const char *name);
163extern int blocked_link(object *ob, maptile *m, int sx, int sy); 161extern int blocked_link(object *ob, maptile *m, int sx, int sy);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines