Files
Aerofoil/GpCommon/IGpColorCursor.h
2019-12-22 00:35:30 -05:00

7 lines
71 B
C

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