repo.or.cz
/
crawl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Code cleanup
[crawl.git]
/
crawl-ref
/
source
/
luaterp.h
blob
f12136ec0ceeb13010f2bfc6a19fa0338347f257
1
#ifndef DEBUGLUA_H
2
#define DEBUGLUA_H
3
4
void
debug_terp_dlua
();
5
bool
luaterp_running
();
6
7
#endif