Zip file loading example for SFML

Src/main.cpp
	Simple example to use this class

Src/ZipLoader.h
Src/ZipLoader.cpp
	Zip loader class sources

Src/Lib/*
	Zlib and Minizip binaries and headers.
	ZLib was downloaded from: http://www.zlib.net/
	Minizip was downloaded form: http://www.winimage.com/zLibDll/minizip.html

Data.zip
	Archive containing data.
	'Data/A Cut Above The Rest.ttf' font was downloaded from: http://www.webpagepublicity.com/free-fonts.html
	'Data/32084__Quilt__Orchestral_5of5.ogg' music was downloaded from: http://www.freesound.org/samplesViewSingle.php?id=32084
