mirror of
https://github.com/elasota/Aerofoil.git
synced 2026-03-03 14:15:28 +00:00
7 lines
71 B
C
7 lines
71 B
C
|
|
#pragma once
|
||
|
|
|
||
|
|
struct IGpColorCursor
|
||
|
|
{
|
||
|
|
virtual void Destroy() = 0;
|
||
|
|
};
|