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.66 by root, Sun Dec 28 06:59:27 2008 UTC vs.
Revision 1.68 by root, Tue Jan 6 19:17:06 2009 UTC

147extern void change_exp(object *op, sint64 exp, const char *skill_name, int flag); 147extern void change_exp(object *op, sint64 exp, const char *skill_name, int flag);
148extern void apply_death_exp_penalty(object *op); 148extern void apply_death_exp_penalty(object *op);
149extern int did_make_save(const object *op, int level, int bonus); 149extern int did_make_save(const object *op, int level, int bonus);
150/* los.c */ 150/* los.c */
151extern void init_block(); 151extern void init_block();
152extern int has_carried_lights(const object *op);
153extern void update_all_map_los(maptile *map); 152extern void update_all_map_los(maptile *map);
154extern void update_all_los(const maptile *map, int x, int y); 153extern void update_all_los(const maptile *map, int x, int y);
155extern void make_sure_seen(const object *op); 154extern void make_sure_seen(const object *op);
156extern void make_sure_not_seen(const object *op); 155extern void make_sure_not_seen(const object *op);
157/* map.c */ 156/* map.c */
168extern void update_turn_face(object *op); 167extern void update_turn_face(object *op);
169extern void update_object(object *op, int action); 168extern void update_object(object *op, int action);
170extern object *merge_ob(object *op, object *top); 169extern object *merge_ob(object *op, object *top);
171extern object *insert_ob_in_map_at(object *op, maptile *m, object *originator, int flag, int x, int y); 170extern object *insert_ob_in_map_at(object *op, maptile *m, object *originator, int flag, int x, int y);
172extern object *insert_ob_in_map(object *op, maptile *m, object *originator, int flag); 171extern object *insert_ob_in_map(object *op, maptile *m, object *originator, int flag);
173extern void replace_insert_ob_in_map(const char *arch_string, object *op); 172extern void replace_insert_ob_in_map(shstr_tmp archname, object *op);
174extern object *insert_ob_in_ob(object *op, object *where); 173extern object *insert_ob_in_ob(object *op, object *where);
175extern int check_move_on(object *op, object *originator); 174extern int check_move_on(object *op, object *originator);
176extern object *present_arch(const archetype *at, maptile *m, int x, int y); 175extern object *present_arch(const archetype *at, maptile *m, int x, int y);
177extern object *present(unsigned char type, maptile *m, int x, int y); 176extern object *present(unsigned char type, maptile *m, int x, int y);
178extern object *present_in_ob(unsigned char type, const object *op); 177extern object *present_in_ob(unsigned char type, const object *op);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines