summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/luaterp.h
blob: 72262daf52d232927fc42f4fa0681dd407f46279 (plain) (blame)
1
2
3
4
5
6
7
8
#ifndef DEBUGLUA_H
#define DEBUGLUA_H

void debug_terp_dlua();
bool luaterp_running();

#endif