1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-06 09:09:40 +02:00

Final part of the merge

Merging VCMI Dirs refactoring + GUI refactoring with current develop
This commit is contained in:
Ivan Savenko
2014-09-04 20:59:07 +03:00
30 changed files with 228 additions and 858 deletions

View File

@@ -16,7 +16,11 @@
#include "CCompressedStream.h"
// Necessary here in order to get all types
#ifdef USE_SYSTEM_MINIZIP
#include <minizip/unzip.h>
#else
#include "../minizip/unzip.h"
#endif
class DLL_LINKAGE CZipStream : public CBufferedStream
{

View File

@@ -110,6 +110,7 @@ EResType::Type EResTypeHelper::getTypeFromExtension(std::string extension)
(".AVI", EResType::VIDEO)
(".MP3", EResType::MUSIC)
(".OGG", EResType::MUSIC)
(".FLAC", EResType::MUSIC)
(".ZIP", EResType::ARCHIVE_ZIP)
(".LOD", EResType::ARCHIVE_LOD)
(".PAC", EResType::ARCHIVE_LOD)