Files
Cocos2d-Lua-Community/external/lua/lpack/lpack.h
2020-01-18 11:17:10 +08:00

8 lines
88 B
C

#ifndef __LUA_LPACK_H_
#define __LUA_LPACK_H_
int luaopen_pack(lua_State *L);
#endif