From dad87859c83fb353c991442a734b4bc6072c0fee Mon Sep 17 00:00:00 2001 From: Matthew Cline Date: Tue, 24 Nov 2009 02:36:29 -0800 Subject: Auto-clear more while luaterp is running --- crawl-ref/source/luaterp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'crawl-ref/source/luaterp.h') 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 -- cgit v1.2.3-54-g00ecf