mirror of https://github.com/axmolengine/axmol.git
Merge pull request #76 from halx99/master
Use original c lib minizip-1.2.0
This commit is contained in:
commit
b92de91b58
|
@ -2,6 +2,7 @@
|
|||
Copyright (c) 2010-2012 cocos2d-x.org
|
||||
Copyright (c) 2013-2016 Chukong Technologies Inc.
|
||||
Copyright (c) 2017-2018 Xiamen Yaji Software Co., Ltd.
|
||||
Copyright (c) 2020 c4games.com
|
||||
|
||||
http://www.cocos2d-x.org
|
||||
|
||||
|
@ -39,16 +40,17 @@ THE SOFTWARE.
|
|||
#include "platform/CCStdC.h"
|
||||
#endif
|
||||
|
||||
#ifndef _unz64_H
|
||||
typedef struct unz_file_info_s unz_file_info;
|
||||
#endif
|
||||
|
||||
/**
|
||||
* @addtogroup base
|
||||
* @{
|
||||
*/
|
||||
|
||||
namespace cocos2d
|
||||
{
|
||||
#ifndef _unz64_H
|
||||
typedef struct unz_file_info_s unz_file_info;
|
||||
#endif
|
||||
|
||||
/** XXX: pragma pack ???
|
||||
* @struct CCZHeader
|
||||
*/
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
"version": "v31",
|
||||
"version": "v32",
|
||||
"zip_file_size": "107642814",
|
||||
"repo_name": "engine-x-3rd",
|
||||
"repo_parent": "https://github.com/c4games/",
|
||||
|
|
Loading…
Reference in New Issue