libMVRgdtf 40bc00a
A library for GDTF and MVR
|
#include "Prefix/StdAfx.h"
#include "ZIPFileImpl.h"
#include "Minizip/Source/miniz.c"
#include "TDQuickDraw.h"
#include "GDTFManager.h"
Macros | |
#define | SETUP_CBP gCBP = fCBP; |
Variables | |
const Sint32 | kYearOffset = 10 |
const int | kShortLength = 2 |
const int | kLongLength = 4 |
const int | kLocalFileHeaderLength = 30 |
const int | kCentralFileHeaderLength = 46 |
const int | kMinimumZipFileSize = 22 |
const int | kMaxWBITS = 15 |
#define SETUP_CBP gCBP = fCBP; |
const int kCentralFileHeaderLength = 46 |
const int kLocalFileHeaderLength = 30 |
const int kLongLength = 4 |
const int kMaxWBITS = 15 |
const int kMinimumZipFileSize = 22 |
const int kShortLength = 2 |
const Sint32 kYearOffset = 10 |