Upload 2.0.2
[physicsfs] / lzma / CPP / 7zip / UI / Common / Property.h
diff --git a/lzma/CPP/7zip/UI/Common/Property.h b/lzma/CPP/7zip/UI/Common/Property.h
new file mode 100644 (file)
index 0000000..9fd340c
--- /dev/null
@@ -0,0 +1,14 @@
+// Property.h
+
+#ifndef __PROPERTY_H
+#define __PROPERTY_H
+
+#include "Common/MyString.h"
+
+struct CProperty
+{
+  UString Name;
+  UString Value;
+};
+
+#endif