Files
2023-06-28 20:24:33 +08:00

7 lines
80 B
C

#ifndef __LUA_PB_H_
#define __LUA_PB_H_
int luaopen_pb (lua_State *L);
#endif