summaryrefslogtreecommitdiff
path: root/src/spells.pkg
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-05-15 06:19:37 +0200
committerBardur Arantsson <bardur@scientician.net>2012-05-15 06:34:29 +0200
commit6bd3fd4881765ec278b9c3896cd4cff15fe33265 (patch)
tree30ca5443aca9bc2190c04adf40c2bed201693cb5 /src/spells.pkg
parentf2163c387bfb5c8746e832a1f7e72355d19b40f0 (diff)
Lua: Move "Varda" 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 7ec49906..6f284a9d 100644
--- a/src/spells.pkg
+++ b/src/spells.pkg
@@ -2886,3 +2886,17 @@ 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();
+
+extern s32b VARDA_LIGHT_VALINOR;
+extern s32b VARDA_CALL_ALMAREN;
+extern s32b VARDA_EVENSTAR;
+extern s32b VARDA_STARKINDLER;
+
+bool_ *varda_light_of_valinor_spell();
+char *varda_light_of_valinor_info();
+bool_ *varda_call_of_almaren_spell();
+char *varda_call_of_almaren_info();
+bool_ *varda_evenstar_spell();
+char *varda_evenstar_info();
+bool_ *varda_star_kindler_spell();
+char *varda_star_kindler_info();