mirror of
https://github.com/smallmain/cocos-enhance-kit.git
synced 2025-01-15 07:21:07 +00: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_
|