Files
Aerofoil/GpCommon/IGpCursor.h

7 lines
65 B
C
Raw Permalink Normal View History

2020-01-05 04:13:00 -05:00
#pragma once
2019-12-22 00:35:30 -05:00
2020-02-23 20:21:04 -05:00
struct IGpCursor
2019-12-22 00:35:30 -05:00
{
virtual void Destroy() = 0;
};