misc/libphysfs/lzma/CPP/7zip/Archive/7z/7zProperties.h
author Wuzzy <Wuzzy2@mail.ru>
Thu, 08 Mar 2018 21:03:25 +0100
changeset 13127 a7b67247784d
parent 12213 bb5522e88ab2
permissions -rw-r--r--
HedgeEditor: Show waypoint preview

// 7zProperties.h

#ifndef __7Z_PROPERTIES_H
#define __7Z_PROPERTIES_H

#include "../../PropID.h"

namespace NArchive {
namespace N7z {

enum
{
  kpidPackedSize0 = kpidUserDefined,
  kpidPackedSize1, 
  kpidPackedSize2,
  kpidPackedSize3,
  kpidPackedSize4
};

}}

#endif