summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/stash.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/stash.h')
-rw-r--r--crawl-ref/source/stash.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/stash.h b/crawl-ref/source/stash.h
index 51ce593030..3d639a6491 100644
--- a/crawl-ref/source/stash.h
+++ b/crawl-ref/source/stash.h
@@ -328,4 +328,8 @@ void describe_stash(int x, int y);
std::string userdef_annotate_item(const char *s, const item_def *item,
bool exclusive = false);
+#define STASH_LUA_SEARCH_ANNOTATE "ch_stash_search_annotate_item"
+#define STASH_LUA_DUMP_ANNOTATE "ch_stash_dump_annotate_item"
+#define STASH_LUA_VIEW_ANNOTATE "ch_stash_view_annotate_item"
+
#endif