proto-debuger/protoDebuger/lua_bind.h

14 lines
194 B
C

#ifndef LUA_BIND_H
#define LUA_BIND_H
extern "C" {
#include "lua.h"
#include "lauxlib.h"
#include "lualib.h"
}
// 在界面中显示数据
int LuaShowData(lua_State *);
#endif // LUA_BIND_H