summaryrefslogtreecommitdiff
path: root/src/spells.pkg
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-13 22:05:41 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-14 11:02:52 +0200
commitcf9afa2063fa9123f8653e76d17404775a34313d (patch)
treec91ff1882cd27c8ea6828deb794eef5838a16561 /src/spells.pkg
parent1e3740888ab90fe2e0ef04b1ae4e3b85c4b5b9b8 (diff)
Lua: Move "Fire" spell functions to C
Diffstat (limited to 'src/spells.pkg')
-rw-r--r--src/spells.pkg20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/spells.pkg b/src/spells.pkg
index d7206b41..260cdf50 100644
--- a/src/spells.pkg
+++ b/src/spells.pkg
@@ -2559,3 +2559,23 @@ bool_ *eru_know_the_music();
char *eru_know_the_music_info();
bool_ *eru_lay_of_protection();
char *eru_lay_of_protection_info();
+
+/*
+ * Fire
+ */
+extern s32b GLOBELIGHT;
+extern s32b FIREFLASH;
+extern s32b FIERYAURA;
+extern s32b FIREWALL;
+extern s32b FIREGOLEM;
+
+bool_ *fire_globe_of_light();
+char *fire_globe_of_light_info();
+bool_ *fire_fireflash();
+char *fire_fireflash_info();
+bool_ *fire_fiery_shield();
+char *fire_fiery_shield_info();
+bool_ *fire_firewall();
+char *fire_firewall_info();
+bool_ *fire_golem();
+char *fire_golem_info();