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