version 1.15 | | version 1.16 |
---|
| | |
/* | | /* |
* static char *rcsid_funcpoint_h = | | * static char *rcsid_funcpoint_h = |
* "$Id: funcpoint.h,v 1.15 2005/12/05 23:34:03 akirschbaum Exp $"; | | * "$Id: funcpoint.h,v 1.16 2006/01/09 19:35:12 cavesomething Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
extern void esrv_send_item(object *, object *); | | extern void esrv_send_item(object *, object *); |
extern void esrv_del_item(player *, int); | | extern void esrv_del_item(player *, int); |
extern void esrv_update_item(int, object *, object *); | | extern void esrv_update_item(int, object *, object *); |
| | extern void esrv_update_spells(player *); |
extern void set_darkness_map(mapstruct *m); | | extern void set_darkness_map(mapstruct *m); |
extern void dragon_ability_gain(object *, int, int); | | extern void dragon_ability_gain(object *, int, int); |
extern void weather_effect(const char *); | | extern void weather_effect(const char *); |