summaryrefslogtreecommitdiff
path: root/src/spell_type.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/spell_type.h')
-rw-r--r--src/spell_type.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/spell_type.h b/src/spell_type.h
index eef6ce44..7f985bca 100644
--- a/src/spell_type.h
+++ b/src/spell_type.h
@@ -4,6 +4,8 @@
#include "h-type.h"
#include "types_fwd.h"
+#include "device_allocation_fwd.h"
+#include "range_fwd.h"
#ifdef __cplusplus
extern "C" {
@@ -64,7 +66,7 @@ void spell_type_describe(spell_type *spell, cptr line);
void spell_type_add_school(spell_type *spell, s32b school_idx);
void spell_type_set_device_charges(spell_type *spell, cptr charges_s);
-void spell_type_add_device_allocation(spell_type *spell, struct device_allocation *a);
+void spell_type_add_device_allocation(spell_type *spell, device_allocation *a);
spell_type *spell_type_new(cptr name);