mirror of
https://github.com/holub/mame
synced 2025-06-23 12:58:37 +03:00
11 lines
196 B
C
11 lines
196 B
C
// PropertyName.h
|
|
|
|
#ifndef ZIP7_INC_PROPERTY_NAME_H
|
|
#define ZIP7_INC_PROPERTY_NAME_H
|
|
|
|
#include "../../../Common/MyString.h"
|
|
|
|
UString GetNameOfProperty(PROPID propID, const wchar_t *name);
|
|
|
|
#endif
|