summaryrefslogtreecommitdiff
path: root/src/spells.pkg
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-13 18:36:50 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-13 19:25:00 +0200
commit1e3740888ab90fe2e0ef04b1ae4e3b85c4b5b9b8 (patch)
tree61aae0f757e08d5c30b95bfddd50a69482e32028 /src/spells.pkg
parent98c69abb1f65c27d586b9af0574a9b8bfb8265a7 (diff)
Lua: Move "Eru" spell functions to C
Diffstat (limited to 'src/spells.pkg')
-rw-r--r--src/spells.pkg17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/spells.pkg b/src/spells.pkg
index e9e7c29d..d7206b41 100644
--- a/src/spells.pkg
+++ b/src/spells.pkg
@@ -2542,3 +2542,20 @@ bool_ *earth_strike();
char *earth_strike_info();
bool_ *earth_shake();
char *earth_shake_info();
+
+/*
+ * Eru
+ */
+extern s32b ERU_SEE;
+extern s32b ERU_LISTEN;
+extern s32b ERU_UNDERSTAND;
+extern s32b ERU_PROT;
+
+bool_ *eru_see_the_music();
+char *eru_see_the_music_info();
+bool_ *eru_listen_to_the_music();
+char *eru_listen_to_the_music_info();
+bool_ *eru_know_the_music();
+char *eru_know_the_music_info();
+bool_ *eru_lay_of_protection();
+char *eru_lay_of_protection_info();