Apply the new ground_level method.
[crawl.git] / crawl-ref / source / luaterp.h
blobf12136ec0ceeb13010f2bfc6a19fa0338347f257
1 #ifndef DEBUGLUA_H
2 #define DEBUGLUA_H
4 void debug_terp_dlua();
5 bool luaterp_running();
7 #endif