summaryrefslogtreecommitdiff
path: root/src/map/magic.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/magic.h')
-rw-r--r--src/map/magic.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/map/magic.h b/src/map/magic.h
index 9ca47bb..49f2883 100644
--- a/src/map/magic.h
+++ b/src/map/magic.h
@@ -92,4 +92,8 @@ magic_stop_completely(character_t *c);
int
spell_attack(int caster, int target);
+
+void
+spell_free_invocation(struct invocation *invocation);
+
#endif /* !defined(MAGIC_H_) */