misc/libphysfs/lzma/CPP/7zip/UI/Common/SetProperties.h
author antonc27 <antonc27@mail.ru>
Thu, 15 Mar 2018 23:59:20 +0100
branchios-develop
changeset 13224 01ab48b253ef
parent 12213 bb5522e88ab2
permissions -rw-r--r--
- Pause game when it goes background (do not show anymore annoying 'confirm quit')

// SetProperties.h

#ifndef __SETPROPERTIES_H
#define __SETPROPERTIES_H

#include "Property.h"

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

#endif