summaryrefslogtreecommitdiff
path: root/src/spells.pkg
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-05-18 15:41:45 +0200
committerBardur Arantsson <bardur@scientician.net>2012-05-24 16:46:35 +0200
commit0b4fe745accdb743bc998e42282efb08c5b4ccd1 (patch)
treec7949a1b11a9535655b94eee4ed43105b37de535 /src/spells.pkg
parentf7e4d1b4d9da8c42f02f79c0328477dd787fecd2 (diff)
Lua: Move handling of spell descriptions to C
Diffstat (limited to 'src/spells.pkg')
-rw-r--r--src/spells.pkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/spells.pkg b/src/spells.pkg
index c259f672..482708bc 100644
--- a/src/spells.pkg
+++ b/src/spells.pkg
@@ -2883,3 +2883,4 @@ void init_school_books();
extern s32b SCHOOL_UDUN;
extern s32b SCHOOL_MELKOR;
void lua_cast_school_spell @ cast_school_spell(s32b spell_idx, bool no_cost = FALSE);
+void spell_description_add_line(s32b spell_idx, cptr line);