summaryrefslogtreecommitdiff
path: root/src/spells.pkg
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/spells.pkg
parent22290738f1f65c6b11b98c6a2db13f81dacb3d28 (diff)
Lua: Move "Ulmo" spell functions to C
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 1b253e12..7ec49906 100644
--- a/src/spells.pkg
+++ b/src/spells.pkg
@@ -2872,3 +2872,17 @@ bool_ *mandos_tale_of_doom_spell();
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();