|
FIFE
|
#include <algorithm>#include <list>#include "zlib.h"#include <boost/scoped_array.hpp>#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 | |
| All FIFE related code is in this namespace. | |
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) |