summaryrefslogtreecommitdiff
path: root/src/spells.pkg
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-05-12 12:32:36 +0200
committerBardur Arantsson <bardur@scientician.net>2012-05-12 12:32:36 +0200
commit0f3e84929038eeff1135bd7462347be64ac9fc71 (patch)
tree575905489b3e96c4483e2cd664ed8370a2dcbd76 /src/spells.pkg
parent226d3565889f551c00d4fccf184c98edb12c07c7 (diff)
Lua: Move "Udun" 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 3b7ce060..034f2cd4 100644
--- a/src/spells.pkg
+++ b/src/spells.pkg
@@ -2671,3 +2671,17 @@ bool_ *tulkas_wave_of_power();
char *tulkas_wave_of_power_info();
bool_ *tulkas_whirlwind();
char *tulkas_whirlwind_info();
+
+extern s32b DRAIN;
+extern s32b GENOCIDE;
+extern s32b WRAITHFORM;
+extern s32b FLAMEOFUDUN;
+
+bool_ *udun_drain();
+char *udun_drain_info();
+bool_ *udun_genocide();
+char *udun_genocide_info();
+bool_ *udun_wraithform();
+char *udun_wraithform_info();
+bool_ *udun_flame_of_udun();
+char *udun_flame_of_udun_info();