Files
megasource/libs/physfs-2.0.3/lzma/CPP/7zip/UI/Common/SetProperties.h
T
2013-09-25 13:01:20 +02:00

11 lines
190 B
C

// SetProperties.h
#ifndef __SETPROPERTIES_H
#define __SETPROPERTIES_H
#include "Property.h"
HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
#endif