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 23:08:42 +08:00
|
|
|
#ifndef __LUA_MODULES_049C000C96FE547176CCBB7690BA01B6_H_
|
|
|
|
#define __LUA_MODULES_049C000C96FE547176CCBB7690BA01B6_H_
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
#if __cplusplus
|
|
|
|
extern "C" {
|
|
|
|
#endif
|
|
|
|
|
|
|
|
#include "lua.h"
|
|
|
|
|
2014-10-14 18:26:56 +08:00
|
|
|
void luaopen_lua_debugger(lua_State* L);
|
2014-03-10 14:04:58 +08:00
|
|
|
|
|
|
|
/*
|
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 23:08:42 +08:00
|
|
|
#endif /* __LUA_MODULES_049C000C96FE547176CCBB7690BA01B6_H_ */
|