summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stairs.h
diff options
context:
space:
mode:
authorJude Brown <bookofjude@users.sourceforge.net>2010-07-03 21:50:24 +1000
committerJude Brown <bookofjude@users.sourceforge.net>2010-07-03 21:53:59 +1000
commita291910bf16f4e4589df07bd2b5066488cee5895 (patch)
treeb5350834c768e6d304ed9706fa681b745c13d881 /crawl-ref/source/stairs.h
parent683c2a06b79531a74e2ad470b96af7e284502f22 (diff)
downloadcrawl-ref-a291910bf16f4e4589df07bd2b5066488cee5895.tar.gz
crawl-ref-a291910bf16f4e4589df07bd2b5066488cee5895.zip
Write a num_runes wrapper for Lua.
Diffstat (limited to 'crawl-ref/source/stairs.h')
-rw-r--r--crawl-ref/source/stairs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/stairs.h b/crawl-ref/source/stairs.h
index 5a8f23bc92..bff7ae4ec1 100644
--- a/crawl-ref/source/stairs.h
+++ b/crawl-ref/source/stairs.h
@@ -13,6 +13,7 @@ void down_stairs(dungeon_feature_type force_stair = DNGN_UNSEEN,
void up_stairs(dungeon_feature_type force_stair = DNGN_UNSEEN,
entry_cause_type entry_cause = EC_UNKNOWN);
void new_level();
+int runes_in_pack(std::vector<int> &runes);
#endif