mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-05-09 23:37:31 +08:00
8 lines
88 B
C
8 lines
88 B
C
|
|
#ifndef __LUA_LPACK_H_
|
|
#define __LUA_LPACK_H_
|
|
|
|
int luaopen_pack(lua_State *L);
|
|
|
|
#endif
|