diff options
Diffstat (limited to 'actions.h')
-rw-r--r-- | actions.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -11,5 +11,6 @@ void cast_cure(SURFACES *, POSITIONS *, struct character_t *src, struct target_t void use_potion(SURFACES *, POSITIONS *, struct character_t *src, struct target_t *dst, void *data); void use_ether(SURFACES *, POSITIONS *, struct character_t *src, struct target_t *dst, void *data); void defend(SURFACES *, POSITIONS *, struct character_t *src, struct target_t *dst, void *data); +void cyanure(SURFACES *, POSITIONS *, struct character_t *src, struct target_t *dst, void *data); #endif /* ACTIONS_H */ |