version 1.17 | | version 1.18 |
---|
| | |
/* | | /* |
* static char *rcsid_funcpoint_h = | | * static char *rcsid_funcpoint_h = |
* "$Id: funcpoint.h,v 1.17 2006/05/05 09:25:18 ryo_saeba Exp $"; | | * "$Id: funcpoint.h,v 1.18 2006/07/28 06:45:28 qal21 Exp $"; |
*/ | | */ |
| | |
/* | | /* |
| | |
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 *); |
extern object * find_skill_by_number(object *, int); | | extern object * find_skill_by_number(object *, int); |
| | extern int execute_event(object *, int, object *, object *, const char *, int); |
| | |
#endif | | #endif |