mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-05-31 13:11:35 +08:00
7 lines
80 B
C
7 lines
80 B
C
#ifndef __LUA_PB_H_
|
|
#define __LUA_PB_H_
|
|
|
|
int luaopen_pb (lua_State *L);
|
|
|
|
#endif
|