version 1.6 | | version 1.7 |
---|
| | |
/* | | /* |
* static char *rcsid_funcpoint_h = | | * static char *rcsid_funcpoint_h = |
* "$Id: funcpoint.h,v 1.6 2002/03/01 21:33:10 avogl Exp $"; | | * "$Id: funcpoint.h,v 1.7 2002/11/08 08:45:26 garbled Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
typedef void (*type_func_int_ob_ob)(int, object *, object *); | | typedef void (*type_func_int_ob_ob)(int, object *, object *); |
typedef void (*type_func_player_int)(player *, int); | | typedef void (*type_func_player_int)(player *, int); |
typedef void (*type_func_dragon_gain)(object *who, int atnr, int level); | | typedef void (*type_func_dragon_gain)(object *who, int atnr, int level); |
| | typedef void (*type_func_char)(char *); |
| | |
/* | | /* |
* These function-pointers are defined in common/glue.c | | * These function-pointers are defined in common/glue.c |
| | |
extern void (*esrv_update_item_func) (int, object *, object *); | | extern void (*esrv_update_item_func) (int, object *, object *); |
extern void (*set_darkness_map_func) (mapstruct *m); | | extern void (*set_darkness_map_func) (mapstruct *m); |
extern void (*dragon_gain_func) (object *, int, int); | | extern void (*dragon_gain_func) (object *, int, int); |
| | extern void (*weather_effect_func) (char *); |
| | |
#endif | | #endif |