Upload 2.0.2
[physicsfs] / lzma / CPP / 7zip / UI / Common / SetProperties.h
diff --git a/lzma/CPP/7zip/UI/Common/SetProperties.h b/lzma/CPP/7zip/UI/Common/SetProperties.h
new file mode 100644 (file)
index 0000000..892f1a2
--- /dev/null
@@ -0,0 +1,10 @@
+// SetProperties.h
+
+#ifndef __SETPROPERTIES_H
+#define __SETPROPERTIES_H
+
+#include "Property.h"
+
+HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
+
+#endif