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
10 lines
136 B
C
10 lines
136 B
C
|
|
#ifndef __LUA_ZLIB_H_
|
|
#define __LUA_ZLIB_H_
|
|
|
|
#include "lauxlib.h"
|
|
|
|
LUALIB_API int luaopen_zlib(lua_State *L);
|
|
|
|
#endif // __LUA_ZLIB_H_
|