remote object

This commit is contained in:
云风
2012-08-29 14:33:24 +08:00
parent 9dc2c041b4
commit 33bde97b66
13 changed files with 378 additions and 207 deletions

9
lualib-src/lua-seri.h Normal file
View File

@@ -0,0 +1,9 @@
#ifndef LUA_SERIALIZE_H
#define LUA_SERIALIZE_H
#include <lua.h>
int _luaseri_pack(lua_State *L);
int _luaseri_unpack(lua_State *L);
#endif