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

#include "clua.h"
#include "dlua.h"

void debug_terp_dlua(CLua &vm = dlua);
bool luaterp_running();

#endif