Files
Aerofoil/GpCommon/GpClipboardContentsType.h

12 lines
185 B
C
Raw Normal View History

#pragma once
namespace GpClipboardContentsTypes
{
enum GpClipboardContentsType
{
kText,
};
}
typedef GpClipboardContentsTypes::GpClipboardContentsType GpClipboardContentsType_t;