mirror of
https://github.com/u0u0/Cocos2d-Lua-Community.git
synced 2026-05-08 14:48:24 +08:00
13 lines
192 B
C
13 lines
192 B
C
|
|
#ifndef __LUA_CJSON_H_
|
|
#define __LUA_CJSON_H_
|
|
|
|
#include "lua.h"
|
|
|
|
#define USE_INTERNAL_FPCONV
|
|
|
|
int luaopen_cjson(lua_State *l);
|
|
int luaopen_cjson_safe(lua_State *l);
|
|
|
|
#endif // __LUA_CJSON_H_
|