version 1.3 | | version 1.4 |
---|
| | |
/* | | /* |
* static char *rcsid_funcpoint_h = | | * static char *rcsid_funcpoint_h = |
* "$Id: funcpoint.h,v 1.3 2000/05/26 09:50:47 jec Exp $"; | | * "$Id: funcpoint.h,v 1.4 2000/06/16 06:08:06 cvs Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
extern void (*update_buttons_func) (mapstruct *); | | extern void (*update_buttons_func) (mapstruct *); |
extern void (*info_map_func) (int, mapstruct *, char *); | | extern void (*info_map_func) (int, mapstruct *, char *); |
extern void (*move_teleporter_func) (object *); | | extern void (*move_teleporter_func) (object *); |
| | extern void (*move_firewall_func) (object *); |
extern void (*move_creator_func) (object *); | | extern void (*move_creator_func) (object *); |
extern void (*trap_adjust_func) (object *, int); | | extern void (*trap_adjust_func) (object *, int); |
extern void (*esrv_send_item_func) (object *, object *); | | extern void (*esrv_send_item_func) (object *, object *); |