FIFE  be64c707dea6b3250bd4355bf5c825d25920087d
zipsource.cpp File Reference
#include <algorithm>
#include <list>
#include <memory>
#include "zlib.h"
#include "vfs/raw/rawdata.h"
#include "vfs/fife_boost_filesystem.h"
#include "util/base/exception.h"
#include "util/log/logger.h"
#include "zipsource.h"
#include "zipfilesource.h"
#include "zipnode.h"
+ Include dependency graph for zipsource.cpp:

Go to the source code of this file.

Namespaces

 FIFE
 

Variables

static const uint32_t FIFE::LF_HEADER = 0x04034b50
 
static const uint32_t FIFE::DE_HEADER = 0x08064b50
 
static const uint32_t FIFE::CF_HEADER = 0x02014b50
 
static Logger FIFE::_log (LM_LOADERS)