version 1.12 | | version 1.13 |
---|
| | |
/* | | /* |
* static char *rcsid_funcpoint_h = | | * static char *rcsid_funcpoint_h = |
* "$Id: funcpoint.h,v 1.12 2005/07/15 13:51:50 ryo_saeba Exp $"; | | * "$Id: funcpoint.h,v 1.13 2005/07/17 11:00:04 ryo_saeba Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
extern void esrv_update_item(int, object *, object *); | | extern void esrv_update_item(int, object *, object *); |
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(char *); | | extern void weather_effect(const char *); |
extern object * find_skill_by_number(object *, int); | | extern object * find_skill_by_number(object *, int); |
| | |
#endif | | #endif |