summaryrefslogtreecommitdiff
path: root/src/util.pkg
diff options
context:
space:
mode:
authorBardur Arantsson <bardur@scientician.net>2012-04-08 18:06:02 +0200
committerBardur Arantsson <bardur@scientician.net>2012-04-08 18:19:36 +0200
commit00205df89e9c1bc2560d907c7fe6f9530a493d3b (patch)
tree5717c258a66d4f6120239210c57e385b2aef56a3 /src/util.pkg
parent1a33c8c5f7eb8d36642c59c37284cc8f06c3e102 (diff)
Lua: Library quest: Move HOOK_STAIR 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 49924e7f..c117ef0f 100644
--- a/src/util.pkg
+++ b/src/util.pkg
@@ -2474,6 +2474,7 @@ extern bool drop_text_left(byte c, cptr s, int y, int o);
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();
/**
* Mimicry