mirror of
https://github.com/holub/mame
synced 2025-06-24 13:26:36 +03:00
11 lines
204 B
C
11 lines
204 B
C
// SetProperties.h
|
|
|
|
#ifndef ZIP7_INC_SETPROPERTIES_H
|
|
#define ZIP7_INC_SETPROPERTIES_H
|
|
|
|
#include "Property.h"
|
|
|
|
HRESULT SetProperties(IUnknown *unknown, const CObjectVector<CProperty> &properties);
|
|
|
|
#endif
|