00001 #ifndef DEBUGLUA_H 00002 #define DEBUGLUA_H 00003 00004 void debug_terp_dlua(); 00005 bool luaterp_running(); 00006 00007 #endif