私はこれをしたい:
typedef struct
{
CGPoint vertices[];
NSUInteger vertexCount;
} Polygon;
しかし、それは言いField has incomplete type CGPoint []
ます。
私はこれをしたい:
typedef struct
{
CGPoint vertices[];
NSUInteger vertexCount;
} Polygon;
しかし、それは言いField has incomplete type CGPoint []
ます。