Files
Aerofoil/GpCommon/IGpCursor.h
2020-02-23 20:21:04 -05:00

7 lines
65 B
C

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