physfs/lzma/CPP/7zip/UI/Common/Property.h

15 lines
151 B
C
Raw Normal View History

2008-01-23 04:52:35 +01:00
// Property.h
#ifndef __PROPERTY_H
#define __PROPERTY_H
#include "Common/MyString.h"
struct CProperty
{
UString Name;
UString Value;
};
#endif