2014-03-10 14:04:58 +08:00
|
|
|
|
2014-10-14 16:55:38 +08:00
|
|
|
/* lua_debugger.h.h */
|
2014-03-10 14:04:58 +08:00
|
|
|
|
2014-10-14 16:55:38 +08:00
|
|
|
#ifndef __LUA_MODULES_6138519995EA0D10EABE8E26B195D5DB_H_
|
|
|
|
#define __LUA_MODULES_6138519995EA0D10EABE8E26B195D5DB_H_
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
#if __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "lua.h"
|
|
|
|
|
|
|
|
void luaopen_debugger(lua_State* L);
|
|
|
|
|
|
|
|
/*
|
2014-10-14 16:55:38 +08:00
|
|
|
int luaopen_lua_m_debugger(lua_State* L);
|
2014-03-10 14:04:58 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
#if __cplusplus
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
2014-10-14 16:55:38 +08:00
|
|
|
#endif /* __LUA_MODULES_6138519995EA0D10EABE8E26B195D5DB_H_ */
|