mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 12:20:41 +00:00
lua serialize support
This commit is contained in:
9
lua-serialize/luaseri.h
Normal file
9
lua-serialize/luaseri.h
Normal 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
|
||||
Reference in New Issue
Block a user