summaryrefslogtreecommitdiff
path: root/actions.h
diff options
context:
space:
mode:
Diffstat (limited to 'actions.h')
-rw-r--r--actions.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/actions.h b/actions.h
index 7510f38..77d9781 100644
--- a/actions.h
+++ b/actions.h
@@ -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 */