Files
Aerofoil/GpCommon/IGpColorCursor.h
2020-01-05 04:13:00 -05:00

7 lines
70 B
C

#pragma once
struct IGpColorCursor
{
virtual void Destroy() = 0;
};