summaryrefslogtreecommitdiff
path: root/src/spells.pkg
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-05-10 21:07:52 +0200
committerBardur Arantsson <bardur@scientician.net>2012-05-10 21:30:10 +0200
commit226d3565889f551c00d4fccf184c98edb12c07c7 (patch)
treea8c76716fb1f2ca9a4b5aa8c6a210013050e5461 /src/spells.pkg
parent9c849217091714882ab73d03c6f11efb7f610924 (diff)
Lua: Move "Tulkas" spell functions to C
Diffstat (limited to 'src/spells.pkg')
-rw-r--r--src/spells.pkg11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/spells.pkg b/src/spells.pkg
index eeae6e7d..3b7ce060 100644
--- a/src/spells.pkg
+++ b/src/spells.pkg
@@ -2660,3 +2660,14 @@ bool_ *tempo_essence_of_speed();
char *tempo_essence_of_speed_info();
bool_ *tempo_banishment();
char *tempo_banishment_info();
+
+extern s32b TULKAS_AIM;
+extern s32b TULKAS_WAVE;
+extern s32b TULKAS_SPIN;
+
+bool_ *tulkas_divine_aim();
+char *tulkas_divine_aim_info();
+bool_ *tulkas_wave_of_power();
+char *tulkas_wave_of_power_info();
+bool_ *tulkas_whirlwind();
+char *tulkas_whirlwind_info();