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

7 lines
80 B
C

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