Cocos2DXNA / cocos2d-xna

XNA Port of Cocos2d-X
www.cocos2dxna.com
227 stars 123 forks source link

added SharpZlib code in iOS & Android projects and updated the namespace... #419

Closed Zambiorix closed 10 years ago

Zambiorix commented 10 years ago

added SharpZlib code in iOS & Android projects and updated the namespace to Cocos2D.Compression.ICSharpCode.SharpZipLib (only for iOS & Android)

=> this follows the same approach as zlib.dll (code has also been integrated, removing the need to use an extra dependancy) => other platforms need to do the same => XBOX uses a special build, so the code must reflect that

Zambiorix commented 10 years ago

I can't currently update other platforms (I'm on a Mac), but will look into them when I have access to a Windows PC

Zambiorix commented 10 years ago

please ignore this pull request, I'm updating some other platforms