mame/3rdparty/lzma/CPP/7zip/UI/Common/Property.h
2023-12-06 07:58:49 +11:00

15 lines
180 B
C

// Property.h
#ifndef ZIP7_INC_7Z_PROPERTY_H
#define ZIP7_INC_7Z_PROPERTY_H
#include "../../../Common/MyString.h"
struct CProperty
{
UString Name;
UString Value;
};
#endif