summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/luaterp.h
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/luaterp.h')
-rw-r--r--crawl-ref/source/luaterp.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/luaterp.h b/crawl-ref/source/luaterp.h
index 6e8a2b7d74..72262daf52 100644
--- a/crawl-ref/source/luaterp.h
+++ b/crawl-ref/source/luaterp.h
@@ -2,6 +2,7 @@
#define DEBUGLUA_H
void debug_terp_dlua();
+bool luaterp_running();
#endif