summaryrefslogtreecommitdiff
path: root/src/externs.h
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-05-15 05:57:34 +0200
committerBardur Arantsson <bardur@scientician.net>2012-05-15 06:11:50 +0200
commitf2163c387bfb5c8746e832a1f7e72355d19b40f0 (patch)
treefed6871e41c23d8f05b637eb8e5781941156e7c3 /src/externs.h
parent22290738f1f65c6b11b98c6a2db13f81dacb3d28 (diff)
Lua: Move "Ulmo" 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 233f7ea3..ac9bd360 100644
--- a/src/externs.h
+++ b/src/externs.h
@@ -1868,6 +1868,20 @@ char *mandos_tale_of_doom_info();
bool_ *mandos_call_to_the_halls_spell();
char *mandos_call_to_the_halls_info();
+extern s32b ULMO_BELEGAER;
+extern s32b ULMO_DRAUGHT_ULMONAN;
+extern s32b ULMO_CALL_ULUMURI;
+extern s32b ULMO_WRATH;
+
+bool_ *ulmo_song_of_belegaer_spell();
+char *ulmo_song_of_belegaer_info();
+bool_ *ulmo_draught_of_ulmonan_spell();
+char *ulmo_draught_of_ulmonan_info();
+bool_ *ulmo_call_of_the_ulumuri_spell();
+char *ulmo_call_of_the_ulumuri_info();
+bool_ *ulmo_wrath_of_ulmo_spell();
+char *ulmo_wrath_of_ulmo_info();
+
/* randart.c */
extern int get_activation_power(void);
extern void build_prob(cptr learn);