Files
Aerofoil/GpCommon/GpFontHandlerProperties.h
2021-04-28 01:46:07 -04:00

13 lines
158 B
C

#pragma once
#include "EGpFontHandlerType.h"
struct IGpAllocator;
struct GpFontHandlerProperties
{
EGpFontHandlerType m_type;
IGpAllocator *m_alloc;
};