summaryrefslogtreecommitdiff
path: root/src/spells.pkg
diff options
context:
space:
mode:
Diffstat (limited to 'src/spells.pkg')
-rw-r--r--src/spells.pkg14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/spells.pkg b/src/spells.pkg
index e032b220..ac17116b 100644
--- a/src/spells.pkg
+++ b/src/spells.pkg
@@ -2844,3 +2844,17 @@ char *music_horns_of_ylmir_info();
bool_ *music_ambarkanta_spell();
char *music_ambarkanta_info();
+
+extern s32b AULE_FIREBRAND;
+extern s32b AULE_ENCHANT_WEAPON;
+extern s32b AULE_ENCHANT_ARMOUR;
+extern s32b AULE_CHILD;
+
+bool_ *aule_firebrand_spell();
+char *aule_firebrand_info();
+bool_ *aule_enchant_weapon_spell();
+char *aule_enchant_weapon_info();
+bool_ *aule_enchant_armour_spell();
+char *aule_enchant_armour_info();
+bool_ *aule_child_spell();
+char *aule_child_info();