summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/macro.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/macro.h')
-rw-r--r--crawl-ref/source/macro.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/macro.h b/crawl-ref/source/macro.h
index 9d8fa4f126..e5b507d531 100644
--- a/crawl-ref/source/macro.h
+++ b/crawl-ref/source/macro.h
@@ -45,6 +45,7 @@ void macro_userfn(const char *keys, const char *registryname);
void macro_buf_add(int key);
bool is_userfunction(int key);
+bool is_synthetic_key(int key);
const char *get_userfunction(int key);