mirror of
https://github.com/u0u0/Quick-Cocos2dx-Community.git
synced 2026-06-22 07:10:28 +08:00
Add new Lua Binding for spSkeletonData. Integrate win32 Player. Add "exact_fit" mode for display
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_
|