version 1.5 | | version 1.6 |
---|
| | |
* This file was automatically generated by version 1.7 of cextract. | | * This file was automatically generated by version 1.7 of cextract. |
* Manual editing not recommended. | | * Manual editing not recommended. |
* | | * |
* Created: Fri Aug 4 17:36:36 2000 | | * Created: Mon Nov 27 21:52:06 2000 |
*/ | | */ |
#ifndef __CEXTRACT__ | | #ifndef __CEXTRACT__ |
#ifdef __STDC__ | | #ifdef __STDC__ |
| | |
extern int book_overflow ( char *buf1, char *buf2, int booksize ); | | extern int book_overflow ( char *buf1, char *buf2, int booksize ); |
extern int buf_overflow ( char *buf1, char *buf2, int bufsize ); | | extern int buf_overflow ( char *buf1, char *buf2, int bufsize ); |
extern int calculate_difficulty ( mapstruct *m ); | | extern int calculate_difficulty ( mapstruct *m ); |
| | extern void calc_perm_exp ( object *op ); |
extern int can_pick ( object *who, object *item ); | | extern int can_pick ( object *who, object *item ); |
extern int change_abil ( object *op, object *tmp ); | | extern int change_abil ( object *op, object *tmp ); |
extern void change_attr_value ( living *stats, int attr, signed char value ); | | extern void change_attr_value ( living *stats, int attr, signed char value ); |
| | |
extern object *decrease_ob_nr ( object *op, int i ); | | extern object *decrease_ob_nr ( object *op, int i ); |
extern void delete_map ( mapstruct *m ); | | extern void delete_map ( mapstruct *m ); |
extern char *describe_item ( object *op ); | | extern char *describe_item ( object *op ); |
| | extern char *describe_resistance ( object *op, int newline ); |
extern int dirdiff ( int dir1, int dir2 ); | | extern int dirdiff ( int dir1, int dir2 ); |
extern int distance ( object *ob1, object *ob2 ); | | extern int distance ( object *ob1, object *ob2 ); |
extern void do_mood_floor ( object *op, object *op2 ); | | extern void do_mood_floor ( object *op, object *op2 ); |