summaryrefslogtreecommitdiff
path: root/src/util.pkg
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-08 18:19:19 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-08 18:19:36 +0200
commit2c0ec2974884386d9b332c6004758e64ab8ce709 (patch)
treedf6865f3367344f6b6fa321c4b5cbe170dee5cc6 /src/util.pkg
parent00205df89e9c1bc2560d907c7fe6f9530a493d3b (diff)
Lua: Library quest: Move HOOK_MONSTER_DEATH code to C
Diffstat (limited to 'src/util.pkg')
-rw-r--r--src/util.pkg1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/util.pkg b/src/util.pkg
index c117ef0f..cb986b68 100644
--- a/src/util.pkg
+++ b/src/util.pkg
@@ -2475,6 +2475,7 @@ extern bool drop_text_right(byte c, cptr s, int y, int o);
extern bool quest_library_gen_hook();
extern bool quest_library_stair_hook();
+extern void quest_library_monster_death_hook();
/**
* Mimicry