#ifndef LUA_SERIALIZE_H #define LUA_SERIALIZE_H #include int _luaseri_pack(lua_State *L); int _luaseri_unpack(lua_State *L); #endif