blob: fb5619c969f9934108da39694b88126c19238c5a [file] [log] [blame]
// PpmdRegister.cpp
#include "StdAfx.h"
#include "../Common/RegisterCodec.h"
#include "PpmdDecoder.h"
#ifndef Z7_EXTRACT_ONLY
#include "PpmdEncoder.h"
#endif
namespace NCompress {
namespace NPpmd {
REGISTER_CODEC_E(PPMD,
CDecoder(),
CEncoder(),
0x30401,
"PPMD")
}}