summaryrefslogtreecommitdiff
path: root/src/spells.pkg
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-05-12 13:09:43 +0200
committerBardur Arantsson <bardur@scientician.net>2012-05-12 14:36:15 +0200
commit363eb2f7405a66b496641d77aaa0b8a3d6c63384 (patch)
tree0618af279a988c863026feccb72c1e6221f645b8 /src/spells.pkg
parent0f3e84929038eeff1135bd7462347be64ac9fc71 (diff)
Lua: Move "Water" 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 034f2cd4..779a63d4 100644
--- a/src/spells.pkg
+++ b/src/spells.pkg
@@ -2685,3 +2685,20 @@ bool_ *udun_wraithform();
char *udun_wraithform_info();
bool_ *udun_flame_of_udun();
char *udun_flame_of_udun_info();
+
+extern s32b TIDALWAVE;
+extern s32b ICESTORM;
+extern s32b ENTPOTION;
+extern s32b VAPOR;
+extern s32b GEYSER;
+
+bool_ *water_tidal_wave();
+char *water_tidal_wave_info();
+bool_ *water_ice_storm();
+char *water_ice_storm_info();
+bool_ *water_ent_potion();
+char *water_ent_potion_info();
+bool_ *water_vapor();
+char *water_vapor_info();
+bool_ *water_geyser();
+char *water_geyser_info();