summaryrefslogtreecommitdiff
path: root/src/externs.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-05-13 20:55:29 +0200
committerBardur Arantsson <bardur@scientician.net>2012-05-13 21:07:29 +0200
commit8ba6d76dc7179abe5cba19f422516dead2eceaf4 (patch)
treed65227c35ada2034e771899aaf06ee5676bd8e91 /src/externs.h
parent3eb4eab63e98e349f2b71ea74b2ded792f15e8d8 (diff)
Lua: Move "Aule" spell functions to C
Diffstat (limited to 'src/externs.h')
-rw-r--r--src/externs.h14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/externs.h b/src/externs.h
index e3ec6ba0..06e0ec76 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -1841,6 +1841,20 @@ 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();
+
/* randart.c */
extern int get_activation_power(void);
extern void build_prob(cptr learn);