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 18:26:56 +08:00
|
|
|
#ifndef __LUA_MODULES_865AA78CBE5B66EE51A8CB6690FEE443_H_
|
|
|
|
#define __LUA_MODULES_865AA78CBE5B66EE51A8CB6690FEE443_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 18:26:56 +08:00
|
|
|
#endif /* __LUA_MODULES_865AA78CBE5B66EE51A8CB6690FEE443_H_ */
|