Files
Aerofoil/GpCommon/IGpColorCursor.h

7 lines
71 B
C
Raw Normal View History

2019-12-22 00:35:30 -05:00
#pragma once
struct IGpColorCursor
{
virtual void Destroy() = 0;
};