axmol/thirdparty/lua/lua-cjson/lua_cjson.h

21 lines
273 B
C
Raw Normal View History

2020-10-25 16:14:44 +08:00
#ifndef __LUA_CJSON_H_
#define __LUA_CJSON_H_
#include "lua.h"
#define USE_INTERNAL_FPCONV
#if defined(__cplusplus)
extern "C" {
#endif
int luaopen_cjson(lua_State* l);
int luaopen_cjson_safe(lua_State* l);
#if defined(__cplusplus)
}
#endif
#endif // __LUA_CJSON_H_