axmol/lua/exts/cjson/lua_cjson.h

10 lines
125 B
C
Raw Normal View History

2011-12-05 13:56:51 +08:00
#ifndef __LUA_CJSON_H_
#define __LUA_CJSON_H_
#include "lua.h"
int luaopen_cjson(lua_State *l);
#endif // __LUA_CJSON_H_