summaryrefslogtreecommitdiff
path: root/plugins/MirLua/src/m_json.h
blob: 1357505bec29716b9705f717cd7075c72de29c14 (plain)
1
2
3
4
5
6
7
8
9
#ifndef _LUA_M_JSON_H_
#define _LUA_M_JSON_H_

#define MT_JSON "JSON"

#define MLUA_JSON	"m_json"
LUAMOD_API int (luaopen_m_json)(lua_State *L);

#endif //_LUA_M_PROTOCOLS_H_