misc/libphysfs/lzma/CPP/7zip/UI/Common/SetProperties.h
author Wuzzy <almikes@aol.com>
Thu, 04 May 2017 03:06:21 +0200
changeset 12396 e67bb6d2907a
parent 12213 bb5522e88ab2
permissions -rw-r--r--
Update Molotov Cocktail help: Mention insta-explosion on barrels

// SetProperties.h

#ifndef __SETPROPERTIES_H
#define __SETPROPERTIES_H

#include "Property.h"

HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);

#endif