mirror of
https://github.com/love2d/megasource.git
synced 2026-08-17 19:24:09 +02:00
11 lines
203 B
C
11 lines
203 B
C
// PropIDUtils.h
|
|
|
|
#ifndef __PROPIDUTILS_H
|
|
#define __PROPIDUTILS_H
|
|
|
|
#include "Common/MyString.h"
|
|
|
|
UString ConvertPropertyToString(const PROPVARIANT &propVariant, PROPID propID, bool full = true);
|
|
|
|
#endif
|