summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/luaterp.h
diff options
context:
space:
mode:
authorMatthew Cline <zelgadis@sourceforge.net>2009-11-24 02:36:29 -0800
committerMatthew Cline <zelgadis@sourceforge.net>2009-11-24 03:19:36 -0800
commitdad87859c83fb353c991442a734b4bc6072c0fee (patch)
treed5dbd715fe1670e59fed86fa5f27394a4d7495da /crawl-ref/source/luaterp.h
parentdb67164e0ffcc0aa6679294f720d39f75016a90a (diff)
downloadcrawl-ref-dad87859c83fb353c991442a734b4bc6072c0fee.tar.gz
crawl-ref-dad87859c83fb353c991442a734b4bc6072c0fee.zip
Auto-clear more while luaterp is running
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