axmol/lua/exts/cjson/lua_cjson.h

10 lines
125 B
C

#ifndef __LUA_CJSON_H_
#define __LUA_CJSON_H_
#include "lua.h"
int luaopen_cjson(lua_State *l);
#endif // __LUA_CJSON_H_