version 1.23 | | version 1.24 |
---|
| | |
* 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: Thu Nov 23 22:54:10 2000 | | * Created: Mon Nov 27 23:05:32 2000 |
*/ | | */ |
#ifndef __CEXTRACT__ | | #ifndef __CEXTRACT__ |
#ifdef __STDC__ | | #ifdef __STDC__ |
| | |
extern int attack_ob ( object *op, object *hitter ); | | extern int attack_ob ( object *op, object *hitter ); |
extern object *hit_with_arrow ( object *op, object *victim ); | | extern object *hit_with_arrow ( object *op, object *victim ); |
extern void tear_down_wall ( object *op ); | | extern void tear_down_wall ( object *op ); |
extern int hit_player_attacktype ( object *op, object *hitter, int dam, uint32 attacktype, int magic ); | | extern int hit_player_attacktype ( object *op, object *hitter, int dam, uint32 attacknum, int magic ); |
extern int hit_player ( object *op, int dam, object *hitter, int type ); | | extern int hit_player ( object *op, int dam, object *hitter, int type ); |
extern void poison_player ( object *op, object *hitter, int dam ); | | extern void poison_player ( object *op, object *hitter, int dam ); |
extern void slow_player ( object *op, object *hitter, int dam ); | | extern void slow_player ( object *op, object *hitter, int dam ); |
| | |
extern int command_players ( object *op, char *paramss ); | | extern int command_players ( object *op, char *paramss ); |
extern int command_logs ( object *op, char *params ); | | extern int command_logs ( object *op, char *params ); |
extern int command_usekeys ( object *op, char *params ); | | extern int command_usekeys ( object *op, char *params ); |
| | extern int command_resistances ( object *op, char *params ); |
extern int command_east ( object *op, char *params ); | | extern int command_east ( object *op, char *params ); |
extern int command_north ( object *op, char *params ); | | extern int command_north ( object *op, char *params ); |
extern int command_northeast ( object *op, char *params ); | | extern int command_northeast ( object *op, char *params ); |